From c0812b858261c9aecabe6487f9ee382bbeeca452 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 31 May 2024 11:48:09 +0200 Subject: [PATCH] higher package cache value --- usr/lib/archboot/update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 574fbad75..c77888300 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -65,7 +65,7 @@ usage () { echo -e " \e[1m-latest\e[m Launch latest archboot environment (using kexec)." fi fi - if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -gt 4001000 ]]; then + if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -gt 4061000 ]]; then if ! [[ "${_RUNNING_ARCH}" == "riscv64" ]]; then echo -e " \e[1m-latest-install\e[m Launch latest archboot environment with" echo -e " package cache (using kexec)."