From 695151a456bd0b6876f38bcc0b7106a68ada661c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 21 Jan 2019 16:04:45 +0800 Subject: [PATCH] Update install.sh --- plugins/qbittorrent/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/qbittorrent/install.sh b/plugins/qbittorrent/install.sh index 0fe2c0944..549c6afb0 100755 --- a/plugins/qbittorrent/install.sh +++ b/plugins/qbittorrent/install.sh @@ -37,8 +37,7 @@ Install_qbittorrent() #修改为固定端口号 #sed -i "s/i2p ? 1 : tracker_req().listen_port/8999/" src/http_tracker_connection.cpp - ./configure --prefix=$serverPath/lib/libtorrent CXXFLAGS=-std=c++11 - make && make install + ./configure --prefix=$serverPath/lib/libtorrent --disable-gui CXXFLAGS=-std=c++11 && make && make install #echo "/www/server/lib/libtorrent/lib" > /etc/ld.so.conf.d/libtorrent-x86_64.conf echo "$serverPath/lib/libtorrent/lib" > /etc/ld.so.conf.d/libtorrent-x86_64.conf ldconfig