Browse Source

Update nm-upgrade.sh with correct nmctl download path

Noah Betzen 2 years ago
parent
commit
92a3fa4849
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/nm-upgrade.sh

+ 2 - 2
scripts/nm-upgrade.sh

@@ -510,7 +510,7 @@ setup_netclient() {
 # setup_nmctl - pulls nmctl and makes it executable
 setup_nmctl() {
 
-    wget -O nmctl https://github.com/gravitl/netmaker/releases/download/$LATEST/nmctl_linux_amd64
+    wget -O nmctl https://github.com/gravitl/netmaker/releases/download/$LATEST/nmctl-linux-amd64
   
     chmod +x nmctl
     echo "using server $SERVER_HTTP_HOST"
@@ -719,4 +719,4 @@ echo "-----------------------------------------------------------------"
 echo "Netmaker setup is now complete. You are ready to begin using Netmaker."
 echo "Visit dashboard.$SERVER_NAME to log in"
 echo "-----------------------------------------------------------------"
-echo "-----------------------------------------------------------------"
+echo "-----------------------------------------------------------------"