From be5fc9699864d91fc31c9e175d6a0a680e654998 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 23 Jan 2019 20:36:03 +0800 Subject: [PATCH] Update install.sh --- plugins/qbittorrent/install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/qbittorrent/install.sh b/plugins/qbittorrent/install.sh index bacf621e0..af5b0524b 100755 --- a/plugins/qbittorrent/install.sh +++ b/plugins/qbittorrent/install.sh @@ -17,13 +17,14 @@ Install_qbittorrent() echo 'apple system' else yum -y install qbittorrent-nox + #安装Nux-Dextop源 + sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro + sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm + yum install -y ffmpeg fi - #安装Nux-Dextop源 - sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro - sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm - yum install -y ffmpeg + pip install python-qbittorrent echo '正在安装脚本文件...' > $install_tmp