Browse Source

Merge pull request #2248 from Nezteb/master

script updates
Alex Feiszli 2 years ago
parent
commit
f9ebe3d8f1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      scripts/nm-quick.sh
  2. 2 2
      scripts/nm-upgrade.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -210,7 +210,7 @@ configure_netclient() {
 # setup_nmctl - pulls nmctl and makes it executable
 # setup_nmctl - pulls nmctl and makes it executable
 setup_nmctl() {
 setup_nmctl() {
 
 
-	wget -O /usr/bin/nmctl https://github.com/gravitl/netmaker/releases/download/$LATEST/nmctl_linux_amd64
+	wget -O /usr/bin/nmctl https://github.com/gravitl/netmaker/releases/download/$LATEST/nmctl-linux-amd64
 
 
     chmod +x /usr/bin/nmctl
     chmod +x /usr/bin/nmctl
     echo "using server api.$NETMAKER_BASE_DOMAIN"
     echo "using server api.$NETMAKER_BASE_DOMAIN"

+ 2 - 2
scripts/nm-upgrade.sh

@@ -510,7 +510,7 @@ setup_netclient() {
 # setup_nmctl - pulls nmctl and makes it executable
 # setup_nmctl - pulls nmctl and makes it executable
 setup_nmctl() {
 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
     chmod +x nmctl
     echo "using server $SERVER_HTTP_HOST"
     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 "Netmaker setup is now complete. You are ready to begin using Netmaker."
 echo "Visit dashboard.$SERVER_NAME to log in"
 echo "Visit dashboard.$SERVER_NAME to log in"
 echo "-----------------------------------------------------------------"
 echo "-----------------------------------------------------------------"
-echo "-----------------------------------------------------------------"
+echo "-----------------------------------------------------------------"