From 83d27251c24cb22c4deb8fe42e7ef5ad19d12f0f Mon Sep 17 00:00:00 2001 From: Chris Lexmond Date: Thu, 25 Apr 2013 21:02:11 -0400 Subject: [PATCH] Added an additional apt-get to ensure repo records for dependencies are present --- install-reddit.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-reddit.sh b/install-reddit.sh index 6b77c6b78..55ea62069 100755 --- a/install-reddit.sh +++ b/install-reddit.sh @@ -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