From abf2052dfd500a39e1085e7de59fbf9896da847d Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Tue, 28 Apr 2026 17:41:37 +0800 Subject: [PATCH] test: default ESPConnect helper URL to fork --- ct/espconnect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/espconnect.sh b/ct/espconnect.sh index 32ef1f7c..015cc8d5 100644 --- a/ct/espconnect.sh +++ b/ct/espconnect.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main}" +COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/programbo/ProxmoxVED/codex/add-espconnect}" source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") # Copyright (c) 2021-2026 community-scripts ORG # Author: John Lombardo