From 54a5afbec8c2abb68d5f05539dbc3b7b89cca0d4 Mon Sep 17 00:00:00 2001 From: Glenn Brekke Date: Fri, 18 Mar 2016 22:48:01 +0100 Subject: Small changes in various bootstrap scripts --- bootstrap/fetch-debinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/fetch-debinstall.sh') 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 -- cgit v1.2.3