aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-19 12:54:00 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:21 +0100
commit3778e58720c437dc81674b6533e58dc4c83d090a (patch)
treeaf8a61385bf825003dd06b4905cbca1d9aa69e01
parentc50c6023f601b2b79627c8c2afcafd9e429f3b0b (diff)
Restore wheezy repo
Used to get bundler.
-rw-r--r--docs/installing/manual_install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 9cfda4704..0f16b93ac 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -87,6 +87,9 @@ Add the following repositories to `/etc/apt/sources.list`:
# Debian Backports
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
+
+ # Wheezy
+ deb http://ftp.uk.debian.org/debian wheezy main contrib non-free
EOF
The squeeze-backports repository is providing a more recent version of rubygems, and the wheezy repository is providing bundler. You should configure package-pinning to reduce the priority of the wheezy repository so other packages aren't pulled from it.