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