Trying to install on Windows > MSI link is broken ...
# install
c
Trying to install on Windows > MSI link is broken and I don't know what "your netmaker version" is supposed to be. The install link (https://fileserver.netmaker.org/latest/windows/netclient_x86.msi) from the documentation at https://netmaker.readthedocs.io/en/master/netclient.html is broken. I tried multiple variations of the version, but I guess I'm doing something wrong. here is some output from the PowerShell:
Copy code
āÆ . { iwr -useb  https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/netclient-install.ps1 } | iex; Netclient-Install -version "v0.14.6"

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     0.0        netclient-install                   {Netclient-Install, Quit}
Exiting:  -token required
j
c
I did, though I don't have
netclient
on the shell AFAIK
rerunning the installation gives me the error "There is no WireGuard installation detected", though I have wg happily running on this box
j
ahhh yeah, i've run into that before...try looking for any remnants of the attempted installation (program folder, executable, service), and then rebooting. I'm not really sure why sometimes it can't find the WireGuard installation but that seems to help
c
Rebooting helped, thank you! The client could use some work with the two windows instead of a service, but that's another topic šŸ˜‰
2 Views