Skip to content

Commit

Permalink
Merge pull request FunctionClub#28 from mingxin0130/patch-1
Browse files Browse the repository at this point in the history
修改pip安装依赖
  • Loading branch information
zyh001 authored Aug 20, 2018
2 parents 792477a + 1dc1596 commit 967c661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ ${OS} == Ubuntu ] || [ ${OS} == Debian ];then
apt-get install wget curl socat git unzip python python-dev openssl libssl-dev ca-certificates supervisor -y
wget -O - "https://bootstrap.pypa.io/get-pip.py" | python
pip install --upgrade pip
pip install flask requests urllib3 Flask-BasicAuth supervisor Jinja2 requests six wheel
pip install flask requests urllib3 Flask-BasicAuth Jinja2 requests six wheel
pip install pyOpenSSL
fi

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

#Install V2ray.Fun
cd /usr/local/
git clone https://github.com/mingxin0130/V2ray.Fun

git clone https://github.com/FunctionClub/V2ray.Fun

#Generate Default Configurations
cd /usr/local/V2ray.Fun/ && python init.py
Expand Down

0 comments on commit 967c661

Please sign in to comment.