diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-15 15:40:54 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:19 +0100 |
commit | 7b919c9956d50b35567b9d054c1bcaf755a052c7 (patch) | |
tree | d2e612b4eef682ddd8e6839f28266ddf7f247ffb /docs/installing | |
parent | 61092230fd08deac523bdc919df97397de68e937 (diff) |
Pull a backport of pdftk from our repo on launchpad
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/manual_install.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index c8f10c093..e565fb5d3 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -149,11 +149,26 @@ Add the GPG key from the wget -O - https://debian.mysociety.org/debian.mysociety.org.gpg.key | apt-key add - +**Ubuntu Precise only** + + cat > /etc/apt/sources.list.d/mysociety-launchpad.list <<EOF + deb http://ppa.launchpad.net/mysociety/alaveteli/ubuntu precise main + deb-src http://ppa.launchpad.net/mysociety/alaveteli/ubuntu precise main + EOF + +The repository above lets you install a recent version of `pdftk` using `apt`. + +Add the GPG key from the +[mySociety Alaveteli Ubuntu Package Repository](https://launchpad.net/~mysociety/+archive/ubuntu/alaveteli). + + apt-get install python-software-properties + add-apt-repository -y ppa:mysociety/alaveteli **Debian Wheezy or Ubuntu Precise** -You should also configure package-pinning to reduce the priority of this -repository - we only want to pull wkhtmltopdf-static from mysociety. +You should also configure package-pinning to reduce the priority of the +mysociety Debian repository - we only want to pull wkhtmltopdf-static +from mysociety. cat >> /etc/apt/preferences <<EOF |