From d47be71f3388c2792ae708531177cb2362ea326f Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Fri, 10 Jan 2025 13:20:37 +0530 Subject: [PATCH] pull manifests from master --- scripts/nm-quick.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index 0fe352cfe..86a083c5e 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