Stopped adding apt.sourcefabric to sources in installer for compatibility with Ubuntu Saucy

This commit is contained in:
Duncan Sommerville 2015-01-26 09:57:31 -05:00
parent 6e43505379
commit 9e75c2a479
1 changed files with 0 additions and 11 deletions

11
install
View File

@ -283,17 +283,6 @@ loudCmd "apt-get install -y --force-yes lsb-release"
dist=`lsb_release -is`
code=`lsb_release -cs`
verbose "\n * Adding apt.sourcefabric to sources.list..."
set +e
grep -E "deb +http://apt.sourcefabric.org/? +$code +main" /etc/apt/sources.list
returncode=$?
set -e
if [ "$returncode" != "0" ]; then
echo "deb http://apt.sourcefabric.org/ $code main" >> /etc/apt/sources.list
loudCmd "apt-get update"
fi
verbose "...Done"
if [ "$in_place" = "t" ]; then
verbose "\n * Setting current Airtime directory as web root..."
web_root=${AIRTIMEROOT}/airtime_mvc/public