Update hyperion-v4.sh

adjust ram
This commit is contained in:
tteckster 2022-12-20 17:00:16 -05:00 committed by GitHub
parent 01b814bdac
commit 283d7ef01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ' ')