scripts/piuparts_wrapper: switch to deb.debian.org as default mirror

http://http.debian.net/ points to deb.debian.org nowadays,
reflect this also in our script.
master
Michael Prokop 5 years ago
parent d3c6c60592
commit 67b3e51b85

@ -52,7 +52,7 @@ create_base_tgz() {
if lsb_release --id 2>/dev/null | grep -q Ubuntu ; then if lsb_release --id 2>/dev/null | grep -q Ubuntu ; then
MIRROR='http://archive.ubuntu.com/ubuntu' MIRROR='http://archive.ubuntu.com/ubuntu'
else else
MIRROR='http://http.debian.net/debian' MIRROR='http://deb.debian.org/debian'
fi fi
echo "*** Using mirror $MIRROR ***" echo "*** Using mirror $MIRROR ***"
fi fi

Loading…
Cancel
Save