Merge pull request #2247 from Nezteb/master

Update nm-quick.sh/nm-upgrade.sh with correct nmctl download path
This commit is contained in:
Alex Feiszli 2023-05-01 07:46:17 -04:00 committed by GitHub
commit c498862ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -210,7 +210,7 @@ configure_netclient() {
# setup_nmctl - pulls nmctl and makes it executable
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
echo "using server api.$NETMAKER_BASE_DOMAIN"

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