From 9e75c2a47990ca7947224345eaaa4a5d196c0c40 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 26 Jan 2015 09:57:31 -0500 Subject: [PATCH] Stopped adding apt.sourcefabric to sources in installer for compatibility with Ubuntu Saucy --- install | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/install b/install index ced271e3e..69acfbfa1 100755 --- a/install +++ b/install @@ -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