higher memory value

This commit is contained in:
Tobias Powalowski 2024-05-31 19:20:17 +02:00
parent 0681271055
commit 7c3034ab2c

View file

@ -100,7 +100,7 @@ _run_update_installer() {
_run_latest_install
else
# latest image
if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 4001000 ]]; then
if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 4061000 ]]; then
_run_latest
else
_run_latest_install