We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9420f5e commit b83cda1Copy full SHA for b83cda1
mtproxy.sh
@@ -98,7 +98,7 @@ Download_multi(){
98
}
99
Service_mtproxy(){
100
if [[ ${release} = "centos" ]]; then
101
- if ! wget --no-check-certificate "https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/service/mtproxy_centos" -O /etc/init.d/mtproxy; then
+ if ! wget --no-check-certificate "https://raw.githubusercontent.com/jincon/PyShcode/master/mtproxy_centos" -O /etc/init.d/mtproxy; then
102
echo -e "${Error} MTProxy服务 管理脚本下载失败 !"
103
rm -rf "${file}"
104
exit 1
0 commit comments