Skip to content

Commit 1dc1596

Browse files
authored
修改pip安装依赖
1.在debian环境中,已用包管理器安装supervisor,无需使用pip安装 2.修改安装脚本地址
1 parent 792477a commit 1dc1596

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ ${OS} == Ubuntu ] || [ ${OS} == Debian ];then
3939
apt-get install wget curl socat git unzip python python-dev openssl libssl-dev ca-certificates supervisor -y
4040
wget -O - "https://bootstrap.pypa.io/get-pip.py" | python
4141
pip install --upgrade pip
42-
pip install flask requests urllib3 Flask-BasicAuth supervisor Jinja2 requests six wheel
42+
pip install flask requests urllib3 Flask-BasicAuth Jinja2 requests six wheel
4343
pip install pyOpenSSL
4444
fi
4545

@@ -65,8 +65,7 @@ curl -L -s https://install.direct/go.sh | bash
6565

6666
#Install V2ray.Fun
6767
cd /usr/local/
68-
git clone https://github.com/mingxin0130/V2ray.Fun
69-
68+
git clone https://github.com/FunctionClub/V2ray.Fun
7069

7170
#Generate Default Configurations
7271
cd /usr/local/V2ray.Fun/ && python init.py

0 commit comments

Comments
 (0)