From 671ce12977d5b1ae315abbac3e61228821dba870 Mon Sep 17 00:00:00 2001 From: Toyo Date: Fri, 28 Jul 2017 00:19:58 +0800 Subject: [PATCH] =?UTF-8?q?#=20v2.0.21=20=E6=9B=B4=E6=8D=A2=20ShadowsocksR?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=20Github=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssr.sh b/ssr.sh index c019c1f..8c31911 100644 --- a/ssr.sh +++ b/ssr.sh @@ -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" @@ -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}