File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ ${OS} == Ubuntu ] || [ ${OS} == Debian ];then
39
39
apt-get install wget curl socat git unzip python python-dev openssl libssl-dev ca-certificates supervisor -y
40
40
wget -O - " https://bootstrap.pypa.io/get-pip.py" | python
41
41
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
43
43
pip install pyOpenSSL
44
44
fi
45
45
@@ -65,8 +65,7 @@ curl -L -s https://install.direct/go.sh | bash
65
65
66
66
# Install V2ray.Fun
67
67
cd /usr/local/
68
- git clone https://github.com/mingxin0130/V2ray.Fun
69
-
68
+ git clone https://github.com/FunctionClub/V2ray.Fun
70
69
71
70
# Generate Default Configurations
72
71
cd /usr/local/V2ray.Fun/ && python init.py
You can’t perform that action at this time.
0 commit comments