From a2112fcefb0c0183cf32a3500dd1fb17ba5afd55 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:53:37 +0200 Subject: [PATCH] Update source command in hister.sh Replace local source with direct curl command for build.func. --- ct/hister.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hister.sh b/ct/hister.sh index 04839a33a..374553e66 100644 --- a/ct/hister.sh +++ b/ct/hister.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