From 178d120182b54cc033185be55a118ddfef037163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 26 Jul 2014 16:25:54 +0200 Subject: [PATCH] debian: use http.debian.net mirror redirector --- scripts_debian/01_install_core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_debian/01_install_core.sh b/scripts_debian/01_install_core.sh index f814f6c..a384d23 100755 --- a/scripts_debian/01_install_core.sh +++ b/scripts_debian/01_install_core.sh @@ -7,5 +7,5 @@ echo "-> Installing base debian system" COMPONENTS="" debootstrap --arch=amd64 --include=ncurses-term \ --components=main --keyring=${SCRIPTSDIR}/debian-archive-keyring.gpg \ - $DEBIANVERSION "$INSTALLDIR" || { echo "Debootstrap failed!"; exit 1; } + $DEBIANVERSION "$INSTALLDIR" http://http.debian.net/debian || { echo "Debootstrap failed!"; exit 1; }