瀏覽代碼

duct tape the script with working branch URL

Alex Feiszli 2 年之前
父節點
當前提交
713943f7b4
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"