From 69c79d8c58e41002304e7d9985abc16f2008039d Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Fri, 27 Feb 2026 17:49:15 -0700 Subject: [PATCH] fix: use default source URL per template --- ct/plane.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/plane.sh b/ct/plane.sh index 086b75a2..bc545ed6 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}" -source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: onionrings29 # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE