From 3cbb91409ddadb08b58d02cf1349da442f98c184 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 21 Jan 2019 15:57:07 +0800 Subject: [PATCH] Update install.sh --- plugins/qbittorrent/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/install.sh b/plugins/qbittorrent/install.sh index 857150f04..0fe2c0944 100755 --- a/plugins/qbittorrent/install.sh +++ b/plugins/qbittorrent/install.sh @@ -57,7 +57,7 @@ Install_qbittorrent() cd ${QB_DIR} && tar -zxvf qbittorrent-4.1.5.tar.gz fi - cd ${QB_DIR}/qBittorrent-release-4.1.5 && ./configure --prefix=$serverPath/qbittorrent --disable-gui && make && make install + cd ${QB_DIR}/qBittorrent-release-4.1.5 && ./configure --prefix=$serverPath/qbittorrent --disable-gui CXXFLAGS=-std=c++11 && make && make install echo '4.1.5' > $serverPath/qbittorrent/version.pl echo '安装完成' > $install_tmp