From 975f5bcbbe6ced8f3c28a474201ab07743dbd351 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 12:27:25 -0500 Subject: [PATCH] fix: remove dynamic COMMUNITY_SCRIPTS_URL assignment in localagi.sh --- ct/localagi.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index 9b459a404..b46eca0c4 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -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") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: BillyOutlast