From 56b6e58ba73d2b2378a19cb6135197eb36bd2ad8 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:10:33 +0100 Subject: [PATCH] Update script source URL to GitHub --- ct/immichframe.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/immichframe.sh b/ct/immichframe.sh index 0f67cb766..0bff58dca 100644 --- a/ct/immichframe.sh +++ b/ct/immichframe.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash -COMMUNITY_SCRIPTS_URL="${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main}" -source <(curl -fsSL "$COMMUNITY_SCRIPTS_URL/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: Thiago Canozzo Lahr (tclahr) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE