Skip to content

Commit

Permalink
Replace URL with ToyoDAdoubiBackup
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyoDAdoubiBackup committed Nov 19, 2018
1 parent e074e33 commit 3bd074b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBack
- 脚本说明: ShadowsocksR 一键安装管理脚本,支持单端口/多端口切换和管理
- 系统支持: CentOS6+ / Debian6+ / Ubuntu14+
- 使用方法: https://doub.io/ss-jc42/
- 项目地址: https://github.com/ToyoDAdoubi/shadowsocksr
- 项目地址: https://github.com/ToyoDAdoubiBackup/shadowsocksr

#### 脚本特点:
目前网上的各个ShadowsocksR脚本基本都是只有 安装/启动/重启 等基础功能,对于小白来说还是不够简单方便。既然是一键脚本,那么就要尽可能地简单,小白更容易接受使用!
Expand All @@ -95,7 +95,7 @@ wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBack
- 脚本说明: ShadowsocksR 一键安装管理脚本,支持流量控制
- 系统支持: CentOS6+ / Debian6+ / Ubuntu14+
- 使用方法: https://doub.io/ss-jc60/
- 项目地址: https://github.com/ToyoDAdoubi/shadowsocksr
- 项目地址: https://github.com/ToyoDAdoubiBackup/shadowsocksr

#### 脚本特点:
目前网上的各个ShadowsocksR脚本基本都是只有 安装/启动/重启 等基础功能,对于小白来说还是不够简单方便。既然是一键脚本,那么就要尽可能地简单,小白更容易接受使用!
Expand Down
4 changes: 2 additions & 2 deletions ssr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,9 @@ Debian_apt(){
# 下载 ShadowsocksR
Download_SSR(){
cd "/usr/local/"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubi/shadowsocksr/archive/manyuser.zip"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubiBackup/shadowsocksr/archive/manyuser.zip"
#git config --global http.sslVerify false
#env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/ToyoDAdoubi/shadowsocksr.git
#env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/ToyoDAdoubiBackup/shadowsocksr.git
#[[ ! -e ${ssr_folder} ]] && echo -e "${Error} ShadowsocksR服务端 下载失败 !" && exit 1
[[ ! -e "manyuser.zip" ]] && echo -e "${Error} ShadowsocksR服务端 压缩包 下载失败 !" && rm -rf manyuser.zip && exit 1
unzip "manyuser.zip"
Expand Down
4 changes: 2 additions & 2 deletions ssrmu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -853,9 +853,9 @@ Debian_apt(){
# 下载 ShadowsocksR
Download_SSR(){
cd "/usr/local"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubi/shadowsocksr/archive/manyuser.zip"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubiBackup/shadowsocksr/archive/manyuser.zip"
#git config --global http.sslVerify false
#env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/ToyoDAdoubi/shadowsocksr.git
#env GIT_SSL_NO_VERIFY=true git clone -b manyuser https://github.com/ToyoDAdoubiBackup/shadowsocksr.git
#[[ ! -e ${ssr_folder} ]] && echo -e "${Error} ShadowsocksR服务端 下载失败 !" && exit 1
[[ ! -e "manyuser.zip" ]] && echo -e "${Error} ShadowsocksR服务端 压缩包 下载失败 !" && rm -rf manyuser.zip && exit 1
unzip "manyuser.zip"
Expand Down
2 changes: 1 addition & 1 deletion ssrstatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ EOF
}
Download_SSRStatus(){
cd "/usr/local"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubi/SSRStatus/archive/master.zip"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubiBackup/SSRStatus/archive/master.zip"
[[ ! -e "master.zip" ]] && echo -e "${Error} SSRStatus 网页文件下载失败 !" && exit 1
unzip master.zip && rm -rf master.zip
[[ ! -e "SSRStatus-master" ]] && echo -e "${Error} SSRStatus 网页文件解压失败 !" && exit 1
Expand Down
4 changes: 2 additions & 2 deletions status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ check_pid_client(){
}
Download_Server_Status_server(){
cd "/tmp"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubi/ServerStatus-Toyo/archive/master.zip"
wget -N --no-check-certificate "https://github.com/ToyoDAdoubiBackup/ServerStatus-Toyo/archive/master.zip"
[[ ! -e "master.zip" ]] && echo -e "${Error} ServerStatus 服务端下载失败 !" && exit 1
unzip master.zip
rm -rf master.zip
Expand Down Expand Up @@ -100,7 +100,7 @@ Download_Server_Status_server(){
}
Download_Server_Status_client(){
cd "/tmp"
wget -N --no-check-certificate "https://raw.githubusercontent.com/ToyoDAdoubi/ServerStatus-Toyo/master/clients/status-client.py"
wget -N --no-check-certificate "https://raw.githubusercontent.com/ToyoDAdoubiBackup/ServerStatus-Toyo/master/clients/status-client.py"
[[ ! -e "status-client.py" ]] && echo -e "${Error} ServerStatus 客户端下载失败 !" && exit 1
cd "${file_1}"
[[ ! -e "${file}" ]] && mkdir "${file}"
Expand Down

0 comments on commit 3bd074b

Please sign in to comment.