From 72d28a89b78c3f8428af4f13a17511f3d1ef76a5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Jun 2022 20:51:29 +0200 Subject: [PATCH] remove package cache on latest-image --- 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 917f0187e..9b22b03a3 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -88,6 +88,7 @@ if [[ "${_G_RELEASE}" == "1" ]]; then _zram_w_dir "4000M" echo -e "\033[1mStep 1/2:\033[0m Removing not necessary files from / ..." _clean_archboot + rm /var/cache/pacman/pkg/* _zram_usr "300M" echo -e "\033[1mStep 2/2:\033[0m Generating new iso files in ${_W_DIR} now ..." echo " This will need some time ..."