From 3b4d47f735d49d37a7b0d923186389193346289d Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 31 Dec 2018 15:00:56 -0800 Subject: [PATCH] Update debian-stretch_pt1.sh --- base-build/debian-stretch_pt1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-build/debian-stretch_pt1.sh b/base-build/debian-stretch_pt1.sh index 657ebcc..bf2e27d 100644 --- a/base-build/debian-stretch_pt1.sh +++ b/base-build/debian-stretch_pt1.sh @@ -1,16 +1,16 @@ #!/bin/bash # Copyright (c) 2018 fithwum # All rights reserved + RELEASE=stable + echo "Getting needed things" -wget https://raw.githubusercontent.com/fithwum/files-for-dockers/master/base-build/debian-stretch_pt3.sh apt-get install -y debootstrap ftp-upload bash dirmngr sleep 1 echo "Downloading distro of choice" 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 --arch=amd64 stable /debian-stretch http://deb.debian.org/debian/ sleep 1 du --human-readable --summarize debian-stretch -wget https://raw.githubusercontent.com/fithwum/files-for-dockers/master/base-build/debian-stretch_pt2.sh /debian-stretch/debian-stretch_pt2.sh sleep 10 echo "Mounting folders for root" mount --bind /dev debian-stretch/dev