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