Added an additional apt-get to ensure repo records for dependencies are present

This commit is contained in:
Chris Lexmond
2013-04-25 21:02:11 -04:00
committed by Neil Williams
parent 1dd485f0ce
commit 83d27251c2

View File

@@ -94,6 +94,10 @@ fi
APTITUDE_OPTIONS="-y" # limit bandwidth: -o Acquire::http::Dl-Limit=100"
export DEBIAN_FRONTEND=noninteractive
# run an aptitude update to make sure python-software-properties
# dependencies are found
apt-get update
# add the reddit ppa for some custom packages
apt-get install $APTITUDE_OPTIONS python-software-properties
apt-add-repository -y ppa:reddit/ppa