From 30377a5cc2f7b8a25d05b127e30582d26b3c124e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Jun 2022 08:58:19 +0200 Subject: [PATCH] fix login checks --- usr/lib/archboot/login.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 29cae5e65..3e6e805bc 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -63,7 +63,6 @@ elif [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e else _run_update_installer fi - _run_update_installer elif [[ $(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g') -lt 4400000 &&\ $(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g') -gt 4015000 ]]; then _welcome