From 3bbc5a933b4213c3a26122bbad612d79f3749645 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 20:45:55 -0500 Subject: [PATCH] fix: update source URL for build functions in localagi.sh --- ct/localagi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index a69f54bfc..5cda7a9f4 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/BillyOutlast/ProxmoxVED/LocalAGI/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: BillyOutlast