From ae67ee8768ca4314bb8cc83906e76793b1e5c690 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:29:39 +0100 Subject: [PATCH] Bugfix Tag in Hyperion CT --- ct/hyperion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 552ee498..d862196e 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Hyperion" -var_tags="ambient lightning" +var_tags="ambient-lightning" var_cpu="1" var_ram="512" var_disk="2"