From 57e212ef696c4e228fb70b252e6428e3b78abfde Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Tue, 28 Apr 2026 17:32:45 +0800 Subject: [PATCH] fix: honor fork base URL for ESPConnect --- ct/espconnect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/espconnect.sh b/ct/espconnect.sh index e60ebace..32ef1f7c 100644 --- a/ct/espconnect.sh +++ b/ct/espconnect.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:-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: John Lombardo # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE