From 283d7ef01cd423f4f5186a4cba7c896fe23e023f Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 20 Dec 2022 17:00:16 -0500 Subject: [PATCH] Update hyperion-v4.sh adjust ram --- ct/hyperion-v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/hyperion-v4.sh b/ct/hyperion-v4.sh index 3386700b..75491664 100644 --- a/ct/hyperion-v4.sh +++ b/ct/hyperion-v4.sh @@ -3,7 +3,7 @@ echo -e "Loading..." APP="Hyperion" var_disk="2" var_cpu="1" -var_ram="1024" +var_ram="512" var_os="debian" var_version="11" NSAPP=$(echo ${APP,,} | tr -d ' ')