From d6b981a1b2f0bb44bfc9014dc731176160b3b482 Mon Sep 17 00:00:00 2001 From: Vincent <114195376+HydroshieldMKII@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:33:56 -0400 Subject: [PATCH] Update guardian.sh to source build.func from the correct repository --- ct/guardian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/guardian.sh b/ct/guardian.sh index c33a5c06..41fbaf30 100755 --- a/ct/guardian.sh +++ b/ct/guardian.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/HydroshieldMKII/ProxmoxVED/refs/heads/add-guardian-app/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: HydroshieldMKII # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE