aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-24 04:00:14 +0100
committerficus <ficus@robocracy.org>2012-11-24 04:00:14 +0100
commit6571b09fc4530b56d52ccaa66cba1cfb477400f2 (patch)
treeff2516709c21e3a3d2e024841e6f074a1414298d
parent9d12e1999fd303e12360476926cc8a8f56d92e68 (diff)
downloadtorouter-live-6571b09fc4530b56d52ccaa66cba1cfb477400f2.tar.gz
torouter-live-6571b09fc4530b56d52ccaa66cba1cfb477400f2.zip
switch to more reliable apt mirror
-rwxr-xr-xauto/config6
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 \