diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:27:32 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-18 13:38:30 +0100 |
commit | f0679b4321f6d1eb3aaca3412d73edde22ce667c (patch) | |
tree | d9fec9f5bbc186f539145d31d689b4bb1903f968 /script/site-specific-install.sh | |
parent | 9ed870b5ae2cd842641c5b067ce9b2ec45e515c9 (diff) |
Add -y option to install python-software-properties
Diffstat (limited to 'script/site-specific-install.sh')
-rwxr-xr-x | script/site-specific-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/site-specific-install.sh b/script/site-specific-install.sh index c113b6efb..5c3fb2339 100755 --- a/script/site-specific-install.sh +++ b/script/site-specific-install.sh @@ -83,7 +83,7 @@ Pin-Priority: 50 EOF # Get the key for the mysociety ubuntu alaveteli repo -apt-get install python-software-properties +apt-get install -y python-software-properties add-apt-repository -y ppa:mysociety/alaveteli apt-get -qq update |