From 3cda9b7c24550be06002a6352344cd7771ff0a10 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 28 Nov 2017 13:15:33 +0100 Subject: [PATCH] os-upgrade.sh: add autoremove. --- os-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/os-upgrade.sh b/os-upgrade.sh index 23343bc..99611ec 100755 --- a/os-upgrade.sh +++ b/os-upgrade.sh @@ -2,6 +2,7 @@ apt-get update apt-get dist-upgrade -y +apt-get autoremove -y apt-get clean #postsuper -d ALL