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