diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index bf2e27d..598b1f8 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -5,6 +5,10 @@ RELEASE=stable echo "Getting needed things" +wget https://raw.githubusercontent.com/fithwum/files-for-dockers/master/base-build/debian-stretch_pt2.sh -O /debian-stretch_pt2.sh +wget https://raw.githubusercontent.com/fithwum/files-for-dockers/master/base-build/debian-stretch_pt3.sh -O /debian-stretch_pt3.sh +chmod +x debian-stretch_pt2.sh debian-stretch_pt3.sh + apt-get install -y debootstrap ftp-upload bash dirmngr sleep 1 echo "Downloading distro of choice"