From 3e1daa4e889e4cd3036ccd355fac9e5b8db68855 Mon Sep 17 00:00:00 2001 From: arakasi72 Date: Sun, 2 Nov 2014 11:54:23 +0000 Subject: [PATCH] Update rtinst.sh --- rtinst.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtinst.sh b/rtinst.sh index c412487..64e34e9 100644 --- a/rtinst.sh +++ b/rtinst.sh @@ -104,7 +104,7 @@ ask_user } # determine system -if [ "$FULLREL" = "Ubuntu 14.04.1 LTS" ] || [ "$FULLREL" = "Ubuntu 14.04 LTS" ]; then +if [ "$FULLREL" = "Ubuntu 14.04.1 LTS" ] || [ "$FULLREL" = "Ubuntu 14.04 LTS" ] || [ "$FULLREL" = "Ubuntu 14.10" ]; then RELNO=14 elif [ "$FULLREL" = "Ubuntu 13.10" ]; then RELNO=13 @@ -292,11 +292,11 @@ install_package libjson-rpc-perl install_package libarchive-zip-perl if [ $RELNO = 14 ]; then - apt-add-repository -y ppa:jon-severinsson/ffmpeg >> $logfile 2>&1 || error_exit "Problem adding to repository from - https://launchpad.net/~jon-severinsson/+archive/ubuntu/ffmpeg" + apt-add-repository -y ppa:samrog131/ppa >> $logfile 2>&1 || error_exit "Problem adding to repository from - https://launchpad.net/~samrog131/+archive/ubuntu/ppa" apt-get update >> $logfile 2>&1 || error_exit "problem updating package lists" fi -install_package ffmpeg - +install_package ffmpeg-real +ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg echo "Completed installation of required packages " #add user to sudo group if not already