Browse Source

Merge pull request #2213 from STeffaine/hotfix_v0.18.6_install-script-stun-domain

added stun.$NETMAKER_BASE_DOMAIN echo to alert user of dns entriesreq…
dcarns 2 years ago
parent
commit
ceccee1119
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/nm-quick.sh

+ 2 - 1
scripts/nm-quick.sh

@@ -182,7 +182,7 @@ setup_netclient() {
 	netclient uninstall
 	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
 	./netclient install
 	netclient register -t $TOKEN
@@ -429,6 +429,7 @@ set_install_vars() {
 	echo "          dashboard.$NETMAKER_BASE_DOMAIN"
 	echo "                api.$NETMAKER_BASE_DOMAIN"
 	echo "             broker.$NETMAKER_BASE_DOMAIN"
+	echo "               stun.$NETMAKER_BASE_DOMAIN"
 
 	if [ "$INSTALL_TYPE" = "ee" ]; then
 		echo "         prometheus.$NETMAKER_BASE_DOMAIN"