aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/manual_install.md19
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