From b319e478a281e5d554bb78c675d703de0df20aa9 Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Tue, 28 Apr 2026 20:09:29 +0800 Subject: [PATCH] chore: restore upstream helper URL --- ct/espconnect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/espconnect.sh b/ct/espconnect.sh index 015cc8d5..32ef1f7c 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/programbo/ProxmoxVED/codex/add-espconnect}" +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