diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-19 11:52:31 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:21 +0100 |
commit | 7ab9396aa245ed67ec58adc300b6b8d5429d7302 (patch) | |
tree | 7cf329a325acbaa56e293c635f2e0a52ba19fb7b /docs/installing/manual_install.md | |
parent | 8eb9f1aecb683a475f2d75adba92cbaeb6c37a6f (diff) |
Assume yes flag for python-software-properties.
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 6c8b37230..9904081d6 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -169,7 +169,7 @@ 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 + apt-get install -y python-software-properties add-apt-repository -y ppa:mysociety/alaveteli **Debian Wheezy or Ubuntu Precise** |