Merge pull request #3292 from gravitl/NET-1784-script

pull manifests from master
This commit is contained in:
Abhishek K 2025-01-10 13:21:14 +05:30 committed by GitHub
commit 26300dc9ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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