diff --git a/INSTALL/ubuntu-easyinstall.sh b/INSTALL/ubuntu-easyinstall.sh index 1c679adc..6aad1816 100644 --- a/INSTALL/ubuntu-easyinstall.sh +++ b/INSTALL/ubuntu-easyinstall.sh @@ -22,12 +22,12 @@ if [[ "$getubuntuversion" == "16" || "$getubuntuversion" -le "16" ]]; then echo "=============" echo "Shinobi - Get FFMPEG 3.x from ppa:jonathonf/ffmpeg-3" sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y - sudo apt update -y && sudo apt install ffmpeg libav-tools x264 x265 -y + sudo apt update -y && sudo apt install ffmpeg x264 x265 -y echo "=============" else echo "=============" echo "Shinobi - Installing FFMPEG" - sudo apt install ffmpeg libav-tools x264 x265 -y + sudo apt install ffmpeg x264 x265 -y echo "=============" fi diff --git a/INSTALL/ubuntu-touchless-iso.sh b/INSTALL/ubuntu-touchless-iso.sh index c0e6488e..a34cdcb0 100644 --- a/INSTALL/ubuntu-touchless-iso.sh +++ b/INSTALL/ubuntu-touchless-iso.sh @@ -70,7 +70,7 @@ if ! [ -x "$(command -v ffmpeg)" ]; then echo "=============" echo "Shinobi - Get FFMPEG 3.x from ppa:jonathonf/ffmpeg-3" sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y - sudo apt update -y && sudo apt install ffmpeg libav-tools x264 x265 -y + sudo apt update -y && sudo apt install ffmpeg x264 x265 -y else echo "=============" echo "Shinobi - Installing FFMPEG" diff --git a/INSTALL/ubuntu-touchless.sh b/INSTALL/ubuntu-touchless.sh index 418a58eb..1d2c1700 100644 --- a/INSTALL/ubuntu-touchless.sh +++ b/INSTALL/ubuntu-touchless.sh @@ -70,7 +70,7 @@ if ! [ -x "$(command -v ffmpeg)" ]; then echo "=============" echo "Shinobi - Get FFMPEG 3.x from ppa:jonathonf/ffmpeg-3" sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y - sudo apt update -y && sudo apt install ffmpeg libav-tools x264 x265 -y + sudo apt update -y && sudo apt install ffmpeg x264 x265 -y else echo "=============" echo "Shinobi - Installing FFMPEG" diff --git a/INSTALL/ubuntu.sh b/INSTALL/ubuntu.sh index b7e9fa2e..9bb64814 100644 --- a/INSTALL/ubuntu.sh +++ b/INSTALL/ubuntu.sh @@ -65,7 +65,7 @@ if ! [ -x "$(command -v ffmpeg)" ]; then echo "=============" echo "Shinobi - Get FFMPEG 3.x from ppa:jonathonf/ffmpeg-3" sudo add-apt-repository ppa:jonathonf/ffmpeg-3 -y - sudo apt update -y && sudo apt install ffmpeg libav-tools x264 x265 -y + sudo apt update -y && sudo apt install ffmpeg x264 x265 -y else echo "=============" echo "Shinobi - Installing FFMPEG"