From ebe0dc4e8ed68dd4c7f89b97b2d8b937212e4dc2 Mon Sep 17 00:00:00 2001 From: nnsense <2553412+nnsense@users.noreply.github.com> Date: Mon, 4 May 2026 21:04:28 +0000 Subject: [PATCH] fix: update func --- ct/pinchflat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/pinchflat.sh b/ct/pinchflat.sh index 63e7f209..b27003d5 100644 --- a/ct/pinchflat.sh +++ b/ct/pinchflat.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://raw.githubusercontent.com/nnsense/ProxmoxVED/main}" -source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/misc/build.func") + +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: nnsense