From 9a12576130d446c117c03dfbce3aab82aa6db5d6 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 14 May 2026 20:08:22 +0200 Subject: [PATCH] update source --- ct/espconnect.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/espconnect.sh b/ct/espconnect.sh index 911839cf6..f0e15a561 100644 --- a/ct/espconnect.sh +++ b/ct/espconnect.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}" -source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: John Lombardo # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE