From 7fa1475dd38212655ec8c3b476643a5e613fef2c Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 30 Jun 2021 07:00:22 -0700 Subject: [PATCH] Update debian-buster_pt1.sh --- base-build/debian-buster_pt1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-build/debian-buster_pt1.sh b/base-build/debian-buster_pt1.sh index db4e5e1..a15a752 100644 --- a/base-build/debian-buster_pt1.sh +++ b/base-build/debian-buster_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