mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Added an additional apt-get to ensure repo records for dependencies are present
This commit is contained in:
committed by
Neil Williams
parent
1dd485f0ce
commit
83d27251c2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user