diff options
author | Didier Raboud <odyx@debian.org> | 2015-08-16 13:32:22 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2015-08-16 13:32:22 +0200 |
commit | 49572256a5910460cbdaec215d7812be48e03d45 (patch) | |
tree | dd668744081adf93e0fed5f44a4b1203dab246e4 | |
parent | 6b28a7ecdf48a769ad63121fae467bde699c576a (diff) |
Use httpredir.debian.org official service instead of http.debian.net
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ #! /usr/bin/make # Where to fetch packages -MIRROR = http://http.debian.net/debian -BUILD_MIRROR = http://http.debian.net/debian +MIRROR = http://httpredir.debian.org/debian +BUILD_MIRROR = http://httpredir.debian.org/debian # armel amd64 i386 ARCHITECTURE = armel # dreamplug guruplug virtualbox raspberry(pi) @@ -63,7 +63,7 @@ which is the current version in Debian's Wheezy release (as of December 12, First, prepare your system:: - # wget http://http.debian.net/debian/pool/main/u/u-boot/u-boot_2012.04.01-2_armel.deb + # wget http://httpredir.debian.org/debian/pool/main/u/u-boot/u-boot_2012.04.01-2_armel.deb # dpkg-deb -x u-boot_2012.04.01-2_armel.deb u-boot_2012.04.01-2_armel # cp -r u-boot_2012.04.01-2_armel/usr/lib/u-boot/dreamplug /mnt |