From 28254f3a8ae16a32bdf94b93c3b59ca36f9857ba Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Sun, 6 Jan 2019 10:35:54 -0800 Subject: [PATCH] Update debian-stretch_pt1.sh --- base-build/debian-stretch_pt1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index 6edb88d..57bd55c 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -19,7 +19,7 @@ apt-get install -y debootstrap ftp-upload bash dirmngr sleep 1 echo " " echo "INFO ! Downloading debian & selected packages" -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/ +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,software-properties-common --arch=amd64 stable /debian-stretch http://deb.debian.org/debian/ echo " " echo "INFO ! Filesystem size uncompressed." du --human-readable --summarize debian-stretch