diff options
author | Holger Paradies <retabell@gmx.de> | 2023-10-31 12:54:12 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2023-10-31 12:54:12 +0100 |
commit | a6a88388d3f5393480777d1ffe6d38928c760472 (patch) | |
tree | 65c322998a55220e6da4528d4a4c09cf837c16d4 /backend/modules/install_configure | |
parent | ec52910595c3ce85a2f482260fdf93dbef74df70 (diff) | |
download | acritoxinstaller-a6a88388d3f5393480777d1ffe6d38928c760472.zip acritoxinstaller-a6a88388d3f5393480777d1ffe6d38928c760472.tar.gz |
Silence autoremove
Diffstat (limited to 'backend/modules/install_configure')
-rw-r--r-- | backend/modules/install_configure | 2 |
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 |