diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:27:02 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:29:21 +0100 |
commit | 15c1314d82239ac471fcf9e4a5fc05a8886df12d (patch) | |
tree | 20203e30c7098c57834433c56db73ae75ae78a02 /installing | |
parent | cdd02daee22880f3270ab4a37928a3131e1266f4 (diff) |
Remove wheezy package repo from squeeze instructions
Same reasons as cdd02da
Diffstat (limited to 'installing')
-rw-r--r-- | installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 79b0525af..e72d8a130 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -58,8 +58,8 @@ headers necessary to compile some of the gem dependencies in the next step. If you are running Debian, add the following repositories to `/etc/apt/sources.list` and run `apt-get update`: + # Debian Squeeze deb http://debian.mysociety.org squeeze main - deb http://ftp.debian.org/debian/ wheezy main non-free contrib deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free The repositories above let you install the packages `wkhtmltopdf-static` |