summaryrefslogtreecommitdiff
path: root/backend/modules/install_configure
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2023-10-31 12:54:12 +0100
committerHolger Paradies <retabell@gmx.de>2023-10-31 12:54:12 +0100
commita6a88388d3f5393480777d1ffe6d38928c760472 (patch)
tree65c322998a55220e6da4528d4a4c09cf837c16d4 /backend/modules/install_configure
parentec52910595c3ce85a2f482260fdf93dbef74df70 (diff)
downloadacritoxinstaller-a6a88388d3f5393480777d1ffe6d38928c760472.zip
acritoxinstaller-a6a88388d3f5393480777d1ffe6d38928c760472.tar.gz
Silence autoremove
Diffstat (limited to 'backend/modules/install_configure')
-rw-r--r--backend/modules/install_configure2
1 files changed, 1 insertions, 1 deletions
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