We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a307874 commit d47be71Copy full SHA for d47be71
scripts/nm-quick.sh
@@ -617,8 +617,7 @@ install_netmaker() {
617
618
echo "Pulling config files..."
619
620
-
621
- local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
+ local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/master"
622
local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml"
623
local CADDY_URL="$BASE_URL/docker/Caddyfile"
624
if [ "$INSTALL_TYPE" = "pro" ]; then
0 commit comments