Forráskód Böngészése

duct tape the script with working branch URL

Alex Feiszli 2 éve
szülő
commit
713943f7b4
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      scripts/nm-quick.sh

+ 2 - 1
scripts/nm-quick.sh

@@ -730,7 +730,8 @@ install_netmaker() {
 	if [ "$BUILD_TYPE" = "local" ]; then
 		local_install_setup
 	else
-		local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
+                # local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
+                local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/release-v0.20.0"
 
 		local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml"
 		local CADDY_URL="$BASE_URL/docker/Caddyfile"