From 94373561fbc53c5a7e22ba346dd221a823b3ead8 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Tue, 15 Jan 2019 19:23:36 -0800 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 62b8f61..5bc2272 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -28,6 +28,8 @@ echo " " echo "INFO ! Getting system updates." apt-get -y update sleep 1 +apt-get -y upgrade +sleep 1 echo " " echo "INFO ! Installing debootstrap,ftp-upload,bash,dirmngr." apt-get install -y debootstrap ftp-upload bash dirmngr