From 004e174d6c7e8e0f0cc4bf8d111f528a328bfe15 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 17 May 2022 17:43:59 +0200 Subject: [PATCH] use zram-usr for latest and latest install --- usr/bin/archboot-update-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index e8eb6e7ec..04a68cb2a 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -34,6 +34,7 @@ if [[ "${_L_COMPLETE}" == "1" || "${_L_INSTALL_COMPLETE}" == "1" ]]; then _gpg_check echo -e "\033[1mStep 2/9:\033[0m Removing not necessary files from / ..." _clean_archboot + _zram_usr "300M" echo -e "\033[1mStep 3/9:\033[0m Generating archboot container in ${_W_DIR} ..." echo " This will need some time ..." _create_container || exit 1