Skip to content

Commit

Permalink
# v2.0.21 更换 ShadowsocksR项目 Github源
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Jul 27, 2017
1 parent 7e199b8 commit 671ce12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export PATH
#=================================================
# System Required: CentOS 6+/Debian 6+/Ubuntu 14.04+
# Description: Install the ShadowsocksR server
# Version: 2.0.20
# Version: 2.0.21
# Author: Toyo
# Blog: https://doub.io/ss-jc42/
#=================================================

sh_ver="2.0.20"
sh_ver="2.0.21"
ssr_folder="/usr/local/shadowsocksr"
ssr_ss_file="${ssr_folder}/shadowsocks"
config_file="${ssr_folder}/config.json"
Expand Down Expand Up @@ -576,7 +576,7 @@ Debian_apt(){
Download_SSR(){
cd "/usr/local"
#git config --global http.sslVerify false
env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/shadowsocksr/shadowsocksr.git
env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/ToyoDAdoubi/shadowsocksr.git
[[ ! -e ${ssr_folder} ]] && echo -e "${Error} ShadowsocksR服务端 下载失败 !" && exit 1
[[ -e ${config_folder} ]] && rm -rf ${config_folder}
mkdir ${config_folder}
Expand Down

0 comments on commit 671ce12

Please sign in to comment.