run always -latest-install on local image

This commit is contained in:
Tobias Powalowski 2022-06-04 15:04:06 +02:00
parent af243e7009
commit bbe89989c6

View file

@ -51,8 +51,6 @@ _run_update_installer() {
else else
if [[ -e /var/cache/pacman/archboot.db ]]; then if [[ -e /var/cache/pacman/archboot.db ]]; then
if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 3860000 ]]; then if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 3860000 ]]; then
_run_latest
else
_run_latest_install _run_latest_install
fi fi
else else