From 4f77dac1f2e4192da2f95e0abccbf1b890c8dd59 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 18 Jul 2023 17:07:36 +0200 Subject: [PATCH] mint.sh aktualisiert --- mint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mint.sh b/mint.sh index c3abf52..8e01c85 100644 --- a/mint.sh +++ b/mint.sh @@ -38,9 +38,11 @@ fi set -x -# Cleanup broken installs +# Cleanup broken installs and packages sudo DEBIAN_FRONTEND=noninteractive dpkg --configure -a sudo DEBIAN_FRONTEND=noninteractive apt-get -y autoremove +sudo DEBIAN_FRONTEND=noninteractive apt-get -y autoclean +sudo DEBIAN_FRONTEND=noninteractive apt-get -y purge '~o' # systemupdate sudo DEBIAN_FRONTEND=noninteractive apt-get update