diff options
Diffstat (limited to 'bootstrap/fetch-debinstall.sh')
-rwxr-xr-x | bootstrap/fetch-debinstall.sh | 4 |
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 |