Merge pull request #2206 from eljojo/patch-1

Fix netclient path for nm-quick.sh
This commit is contained in:
dcarns 2023-04-14 08:55:29 -04:00 committed by GitHub
commit aaacb00029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ setup_netclient() {
netclient uninstall
set -e
wget -O netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient_linux_amd64
wget -O netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient-linux-amd64
chmod +x netclient
./netclient install
netclient register -t $TOKEN