diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-08 15:24:45 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:19 +0100 |
commit | 1355fd9694f842a9029b114b026fba35620cc206 (patch) | |
tree | 62eb066600c89766022bc2aa24195b6ec0e3c648 /docs/installing | |
parent | 70a7f15a2827ead6a406e1bb4c93b986782d58fe (diff) |
Add additional squeeze repos
This is what gets added by the install script
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 68e3eff6b..8bc5ec1aa 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -68,8 +68,17 @@ Add the following repositories to `/etc/apt/sources.list`: **Debian Squeeze** cat > /etc/apt/sources.list.d/debian-extra.list <<EOF + # Debian mirror to use, including contrib and non-free: + deb http://the.earth.li/debian/ squeeze main contrib non-free + deb-src http://the.earth.li/debian/ squeeze main contrib non-free + + # Security Updates: + deb http://security.debian.org/ squeeze/updates main non-free + deb-src http://security.debian.org/ squeeze/updates main non-free + + # Debian Backports deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free - deb http://the.earth.li/debian/ wheezy main contrib non-free + deb-src http://backports.debian.org/debian-backports squeeze-backports 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. |