From ce386c049ca8f8cb88da0d53dad435c768e0e52b Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 24 Aug 2024 21:28:48 +0200 Subject: [PATCH] init: cleanup Signed-off-by: AuxXxilium --- files/initrd/opt/arc/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/init.sh b/files/initrd/opt/arc/init.sh index 39a3e2e8..2097eb4c 100755 --- a/files/initrd/opt/arc/init.sh +++ b/files/initrd/opt/arc/init.sh @@ -235,9 +235,9 @@ echo -e "\033[1;34mLoading Arc Overlay...\033[0m" RAM=$(free -m | grep -i mem | awk '{print$2}') if [ ${RAM} -le 3500 ]; then echo -e "\033[1;31mYou have less than 4GB of RAM, if errors occur in loader creation, please increase the amount of RAM.\033[0m\n" - echo -e "\033[1;31mUse arc.sh to proceed. Not recommended!\033[0m\n" + echo -e "\033[1;31mUse arc.sh to proceed. Not recommended!\033[0m" else - if grep -q "update_arc" /proc/cmdline; then + if grep -q "update_arc" /proc/cmdline; then update.sh else arc.sh