From c37926116893660bd89e7a6da67441b7413fab1c Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 10:42:01 -0500 Subject: [PATCH] fix: update author information in localagi.sh and localagi-install.sh --- ct/localagi.sh | 2 +- install/localagi-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/localagi.sh b/ct/localagi.sh index 5a2772ba2..e12961e37 100644 --- a/ct/localagi.sh +++ b/ct/localagi.sh @@ -2,7 +2,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG -# Author: GitHub Copilot +# Author: BillyOutlast # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/mudler/LocalAGI diff --git a/install/localagi-install.sh b/install/localagi-install.sh index 582806d36..608089cca 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: GitHub Copilot +# Author: BillyOutlast # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/mudler/LocalAGI