From 6a721f0b6704565749b22f7f0a678ac711397955 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 21:25:31 -0500 Subject: [PATCH] fix: update script source URL to use community-scripts repository --- ct/localagi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index 62094288..d540e57f 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -sSL https://raw.githubusercontent.com/BillyOutlast/ProxmoxVED/LocalAGI/misc/build.func) +source <(curl -sSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: BillyOutlast