diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index 0fe352cf..86a083c5 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -617,8 +617,7 @@ install_netmaker() { echo "Pulling config files..." - - local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG" + local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/master" local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml" local CADDY_URL="$BASE_URL/docker/Caddyfile" if [ "$INSTALL_TYPE" = "pro" ]; then