From b9392c4e1168cd28f3f717cd1540c52ded12d465 Mon Sep 17 00:00:00 2001 From: wulabing Date: Fri, 7 Feb 2020 14:15:58 +0800 Subject: [PATCH] =?UTF-8?q?1.0.7=20=E4=BF=AE=E5=A4=8D=20bbr4=E5=90=881=204?= =?UTF-8?q?03=20forbidden=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9b8715a..5ff43f8 100644 --- a/install.sh +++ b/install.sh @@ -671,10 +671,12 @@ ssl_update_manuel(){ [ -f ${amce_sh_file} ] && "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" || echo -e "${RedBG}证书签发工具不存在,请确认你是否使用了自己的证书${Font}" } bbr_boost_sh(){ + [ -f "tcp.sh" ] && rm -rf ./tcp.sh wget -N --no-check-certificate "https://github.com/ylx2016/Linux-NetSpeed/releases/download/sh/tcp.sh" && chmod +x tcp.sh && ./tcp.sh } mtproxy_sh(){ - wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && bash mtproxy_go.sh + [ -f "mtproxy_go.sh" ] && rm -rf ./mtproxy_go.sh + wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && ./mtproxy_go.sh } uninstall_all(){