From 2802baa056b44beef6296c9c5be41be47fbb041c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:18:44 +0100 Subject: [PATCH] fix App-Name --- ct/paperless-gpt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/paperless-gpt.sh b/ct/paperless-gpt.sh index 444cff2c..164d3f69 100644 --- a/ct/paperless-gpt.sh +++ b/ct/paperless-gpt.sh @@ -5,7 +5,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/icereed/paperless-gpt -APP="Debian" +APP="Paperless-GPT" var_tags="os" var_cpu="3" var_ram="2048"