From a5ee1f496f138160b868b41b8121a2846b5cbb61 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:17:15 +0200 Subject: [PATCH] Update source line for build.func in networkoptimizer.sh Updated the source line to always use the latest build.func script from the community scripts repository. --- ct/networkoptimizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/networkoptimizer.sh b/ct/networkoptimizer.sh index 4c225b81f..03ef9d759 100644 --- a/ct/networkoptimizer.sh +++ b/ct/networkoptimizer.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