From a6a88388d3f5393480777d1ffe6d38928c760472 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Tue, 31 Oct 2023 12:54:12 +0100 Subject: Silence autoremove --- backend/modules/install_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/modules/install_configure b/backend/modules/install_configure index 94f686f..dbb86bb 100644 --- a/backend/modules/install_configure +++ b/backend/modules/install_configure @@ -150,7 +150,7 @@ function configure_target_purge_live_only_stuff() zram &> /dev/null # remove unused stuff - chroot_it apt-get autoremove --purge --yes + chroot_it apt-get autoremove --purge --yes &> /dev/null # install copied file from debpool if [ -d /run/live/medium/debian ]; then -- cgit v1.0