From 00db7c9fcfc219cc37d1af6df7d4f50ab9015bf0 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 12:24:55 -0500 Subject: [PATCH] fix: update COMMUNITY_SCRIPTS_URL assignment for dynamic sourcing in localagi.sh --- ct/localagi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index b46eca0c4..9b459a404 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-${COMMUNITY_SCRIPT_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main}}" +source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: BillyOutlast