From db21928981bc51347e76aa248f33df09d0891b58 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 22 Jul 2020 20:07:50 +0800 Subject: [PATCH] Update install.sh --- plugins/qbittorrent/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/qbittorrent/install.sh b/plugins/qbittorrent/install.sh index 28aadc694..09059e8c3 100755 --- a/plugins/qbittorrent/install.sh +++ b/plugins/qbittorrent/install.sh @@ -33,8 +33,8 @@ Install_linux_ffmpeg() if [ ! -d $serverPath/lib/ffmpeg ];then cd $serverPath/source && tar -xvf $serverPath/source/ffmpeg-release-amd64-static.tar.xz - mkdir -p $serverPath/lib/ffmpeg - mv ffmpeg-*/ $serverPath/lib/ffmpeg + #mkdir -p $serverPath/lib/ffmpeg + mv ffmpeg-4.3-amd64-static $serverPath/lib/ffmpeg fi }