init: cleanup

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-08-24 21:28:48 +02:00
parent 0423c1611e
commit ce386c049c

View File

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