From 447f71e8c2b9f028735dfa293403f1cd95b9a177 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 5 Nov 2022 04:22:32 +0100 Subject: [PATCH] add a cleanup section and purge exim4 fixes #6 --- post-debootstrap-installer.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 68b275a..7ab61e2 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -118,6 +118,11 @@ apt-get -y install \ openssh-server +### clean up some things +apt-get -y purge exim4-base +apt-get -y --purge autoremove + + ### dns apt-get -y install unbound