debian: use http.debian.net mirror redirector
This commit is contained in:
parent
0fb7163938
commit
178d120182
@ -7,5 +7,5 @@ echo "-> Installing base debian system"
|
|||||||
|
|
||||||
COMPONENTS="" debootstrap --arch=amd64 --include=ncurses-term \
|
COMPONENTS="" debootstrap --arch=amd64 --include=ncurses-term \
|
||||||
--components=main --keyring=${SCRIPTSDIR}/debian-archive-keyring.gpg \
|
--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; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user