Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a8b2de47 authored by Robert Nelson's avatar Robert Nelson
Browse files

debootstrap: use httpredir replacment deb.debian.org


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 5b00626b
No related merge requests found
...@@ -104,10 +104,10 @@ check_defines () { ...@@ -104,10 +104,10 @@ check_defines () {
if [ ! "${deb_mirror}" ] ; then if [ ! "${deb_mirror}" ] ; then
case "${deb_distribution}" in case "${deb_distribution}" in
debian) debian)
deb_mirror="httpredir.debian.org/debian/" deb_mirror="deb.debian.org/debian"
;; ;;
ubuntu) ubuntu)
deb_mirror="ports.ubuntu.com/ubuntu-ports/" deb_mirror="ports.ubuntu.com/ubuntu-ports"
;; ;;
esac esac
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment