Update debian-stretch_pt1.sh

This commit is contained in:
fithwum
2019-01-04 10:09:33 -08:00
parent 3e758ffa94
commit 4f6d85c1af

View File

@@ -14,7 +14,7 @@ apt-get install -y debootstrap ftp-upload bash dirmngr
sleep 1 sleep 1
echo "INFO ! Downloading debian & selected packages" echo "INFO ! Downloading debian & selected packages"
sleep 1 sleep 1
debootstrap --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg --force-check-gpg --variant=minbase --components=main,contrib,non-free --include=dirmngr,apt-transport-https,wget,bzip2,bash,nano,ca-certificates --arch=amd64 stable /debian-stretch http://deb.debian.org/debian/ debootstrap --keyring /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg --force-check-gpg --variant=minbase --components=main,contrib,non-free --include=dirmngr,apt-transport-https,wget,bzip2,bash,nano,ca-certificates,git --arch=amd64 stable /debian-stretch http://deb.debian.org/debian/
sleep 1 sleep 1
echo "INFO ! Filesystem size uncompressed." echo "INFO ! Filesystem size uncompressed."
sleep 1 sleep 1