aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/fetch-debinstall.sh
diff options
context:
space:
mode:
authorGlenn Brekke <ahrain@ahrain.net>2016-03-18 22:48:01 +0100
committerGlenn Brekke <ahrain@ahrain.net>2016-03-18 22:48:01 +0100
commit54a5afbec8c2abb68d5f05539dbc3b7b89cca0d4 (patch)
tree60dedba00ac5fe04647ad13bc34340ea3d1983df /bootstrap/fetch-debinstall.sh
parent8fb5b7047179444b4e08a60b78fa6ad2bcb1cd77 (diff)
Small changes in various bootstrap scripts
Diffstat (limited to 'bootstrap/fetch-debinstall.sh')
-rwxr-xr-xbootstrap/fetch-debinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/fetch-debinstall.sh b/bootstrap/fetch-debinstall.sh
index 069e39a..017b864 100755
--- a/bootstrap/fetch-debinstall.sh
+++ b/bootstrap/fetch-debinstall.sh
@@ -2,8 +2,8 @@
INSTALLER_DEST=$1
DEBINSTROOT=http://ftp.no.debian.org/debian/dists
-mkdir -p ${INSTALLER_DEST}/{squeeze,wheezy}/{amd64,i386}
-for DIST in squeeze wheezy
+mkdir -p ${INSTALLER_DEST}/{wheezy,jessie}/{amd64,i386}
+for DIST in wheezy jessie
do
for ARCH in i386 amd64;
do