From 56dc437568db0f19d61c5a586eaf9b3f57fefa76 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:55:28 +0200 Subject: [PATCH] Update pegaprox.sh --- ct/pegaprox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pegaprox.sh b/ct/pegaprox.sh index 6c1caf8c89a..b90e1b82cd9 100644 --- a/ct/pegaprox.sh +++ b/ct/pegaprox.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