diff options
author | ficus <ficus@robocracy.org> | 2012-11-24 04:00:14 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-24 04:00:14 +0100 |
commit | 6571b09fc4530b56d52ccaa66cba1cfb477400f2 (patch) | |
tree | ff2516709c21e3a3d2e024841e6f074a1414298d | |
parent | 9d12e1999fd303e12360476926cc8a8f56d92e68 (diff) | |
download | torouter-live-6571b09fc4530b56d52ccaa66cba1cfb477400f2.tar.gz torouter-live-6571b09fc4530b56d52ccaa66cba1cfb477400f2.zip |
switch to more reliable apt mirror
-rwxr-xr-x | auto/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/config b/auto/config index b77c8b2..67a8c53 100755 --- a/auto/config +++ b/auto/config @@ -10,8 +10,10 @@ lb config noauto \ --cache true \ --cache-indices true \ --cache-packages true \ - --parent-mirror-bootstrap http://http.debian.net/debian \ - --mirror-bootstrap http://http.debian.net/debian \ + --mirror-binary http://cdn.debian.net/debian \ + --parent-mirror-binary http://cdn.debian.net/debian \ + --mirror-bootstrap http://cdn.debian.net/debian \ + --parent-mirror-bootstrap http://cdn.debian.net/debian \ --distribution wheezy \ --parent-distribution wheezy \ --binary-filesystem ext3 \ |