From 28c93c44fe82370c0e8b3a30804dce90d575eb4c Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 6 Jan 2019 12:28:43 -0800 Subject: [PATCH] Update debian-stretch_pt2.sh --- base-build/debian-stretch_pt2.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base-build/debian-stretch_pt2.sh b/base-build/debian-stretch_pt2.sh index 805a838..c4c9701 100644 --- a/base-build/debian-stretch_pt2.sh +++ b/base-build/debian-stretch_pt2.sh @@ -6,11 +6,15 @@ echo " " echo "APT::Get::Assume-Yes \"true\";" | tee /etc/apt/apt.conf.d/10-assume_yes sleep 1 echo " " +echo "INFO ! Checking for missing updates." +apt-get update +sleep 1 +echo " " echo "INFO ! Removeing unnecessary packages." apt-get remove --allow-remove-essential e2fsprogs e2fslibs pinentry-curses whiptail kmod iptables iproute2 dmidecode sleep 1 echo " " -echo "INFO ! Cleanup" +echo "INFO ! Cleanup." apt-get clean find /var/lib/apt/lists/ -maxdepth 2 -type f -delete sleep 1