Skip to content

Commit

Permalink
Update install-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Min9X1n authored Aug 17, 2018
1 parent c50f5a9 commit de74f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fi
if [ ${OS} == Ubuntu ] || [ ${OS} == Debian ];then
apt-get update -y
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
fi

#Install acme.sh
Expand All @@ -40,7 +41,6 @@ cd /usr/local/
git clone https://github.com/mingxin0130/V2ray.Fun

#Install Needed Python Packages
wget -O - "https://bootstrap.pypa.io/get-pip.py" | python
pip install Flask Flask-BasicAuth Jinja2 pyOpenSSL requests six urllib3 wheel

#Generate Default Configurations
Expand Down

0 comments on commit de74f25

Please sign in to comment.