Bläddra i källkod

Merge pull request #2208 from gravitl/master

netclient script patch
dcarns 2 år sedan
förälder
incheckning
380a1e7263
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -182,7 +182,7 @@ setup_netclient() {
 	netclient uninstall
 	netclient uninstall
 	set -e
 	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
 	chmod +x netclient
 	./netclient install
 	./netclient install
 	netclient register -t $TOKEN
 	netclient register -t $TOKEN