diff options
-rw-r--r-- | docs/installing/manual_install.md | 3 |
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. |