From a6897e85a0e753b3c4ecc425fba0abbb5384d57a Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 17 Apr 2023 15:45:48 +0200 Subject: [PATCH] Revert "remove apt cache in the rootfs" This reverts commit 790e673096e8f2dbb02c1d6e8a280c4f4cee86e2. --- lib/functions/rootfs/apt-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/functions/rootfs/apt-install.sh b/lib/functions/rootfs/apt-install.sh index dc684d0c61..59ed5e4fe1 100644 --- a/lib/functions/rootfs/apt-install.sh +++ b/lib/functions/rootfs/apt-install.sh @@ -11,9 +11,6 @@ function apt_purge_unneeded_packages() { # remove packages that are no longer needed. rootfs cache + uninstall might have leftovers. display_alert "No longer needed packages" "purge" "info" chroot_sdcard_apt_get autoremove - # clean apt cache - display_alert "No longer needed apt cache" "purge" "info" - chroot_sdcard_apt_get clean } # this is called: