From c30f96912dce0a7162838bb0987c31b74f90427f Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 14 May 2025 16:52:46 +0200 Subject: [PATCH] quickfix: fix homarr folder (#4481) --- ct/homarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homarr.sh b/ct/homarr.sh index dcb00b1e5..7af7fb52d 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://homarr.dev/ -APP="Homarr" +APP="homarr" var_tags="${var_tags:-arr;dashboard}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-4096}"