Update nm-upgrade.sh with correct nmctl download path

This commit is contained in:
Noah Betzen 2023-04-29 21:01:36 +00:00 committed by GitHub
parent 39457ff59c
commit 92a3fa4849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"