From 1f3459884e4b616b2105f211779ca4b9f526059b Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 30 Jun 2021 07:00:26 -0700 Subject: [PATCH] Update debian-stretch_pt1.sh --- base-build/debian-stretch_pt1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index d503450..65c0cce 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -33,6 +33,8 @@ apt-get -y upgrade sleep 1 apt-get -y dist-upgrade sleep 1 +apt autoremove -y +sleep 1 echo " " echo "INFO ! Installing debootstrap,ftp-upload,bash,dirmngr." apt-get install -y debootstrap ftp-upload bash dirmngr