From eb95857830ce8f104d8467c506e26611d7ef298c Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 12:15:50 -0500 Subject: [PATCH] fix: update COMMUNITY_SCRIPTS_URL assignment 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 9edc64bf..5391f58f 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