From 0ecd7606bb82275ec77e4ffc62fa9a2314f1c7a4 Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 10 Oct 2022 06:51:30 -0700 Subject: [PATCH] remove LibAV tools from installers --- INSTALL/ubuntu-easyinstall.sh | 4 ++-- INSTALL/ubuntu-touchless-iso.sh | 2 +- INSTALL/ubuntu-touchless.sh | 2 +- INSTALL/ubuntu.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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"