From af6834cf4e7e2868c0176e6c9eb8a7b744b517be Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:57:54 +0200 Subject: [PATCH] Update source command for build functions --- ct/cookcli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/cookcli.sh b/ct/cookcli.sh index de54b69fa..1d646484a 100644 --- a/ct/cookcli.sh +++ b/ct/cookcli.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main}/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: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE