From 2b8141a0cc857feaaf225ae17b9ba72cbc325a27 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sat, 19 Jan 2019 19:00:13 -0800 Subject: [PATCH] Update debian-stretch_pt1.sh --- base-build/debian-stretch_pt1.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index 5bc2272..1b70d77 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -30,6 +30,8 @@ apt-get -y update sleep 1 apt-get -y upgrade sleep 1 +apt-get -y dist-upgrade +sleep 1 echo " " echo "INFO ! Installing debootstrap,ftp-upload,bash,dirmngr." apt-get install -y debootstrap ftp-upload bash dirmngr @@ -44,11 +46,8 @@ sleep 10 echo " " echo "INFO ! Mounting folders for root." mount --bind /dev debian-stretch/dev -sleep 1 mount --bind /dev/pts debian-stretch/dev -sleep 1 mount --bind /proc debian-stretch/proc -sleep 1 mount --bind /sys debian-stretch/sys sleep 1 cp -v debian-stretch_pt2.sh /debian-stretch