Revert "remove apt cache in the rootfs"

This reverts commit 790e673096.
This commit is contained in:
Igor 2023-04-17 15:45:48 +02:00 committed by Igor Pečovnik
parent da626d1502
commit a6897e85a0

View File

@ -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: