Pārlūkot izejas kodu

remove 0.20 hotfix

Tobias Cudnik 2 gadi atpakaļ
vecāks
revīzija
6ff7e5ea5d
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      scripts/nm-quick.sh

+ 1 - 2
scripts/nm-quick.sh

@@ -730,8 +730,7 @@ 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/release-v0.20.0"
+		local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
 
 		local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml"
 		local CADDY_URL="$BASE_URL/docker/Caddyfile"