From a2fa42d3dce23e94fd2da5b499254b729f713fb0 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 14 Oct 2020 14:40:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E9=97=ADtrojan-go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 092e532..2f76fbd 100644 --- a/install.sh +++ b/install.sh @@ -1697,7 +1697,7 @@ unInstall(){ fi handleV2Ray stop - + handleTrojanGo stop rm -rf /etc/systemd/system/v2ray.service echoContent green " ---> 删除V2Ray开机自启完成" rm -rf /etc/systemd/system/trojan-go.service @@ -1995,7 +1995,7 @@ menu(){ cd echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.0.18" + echoContent green "当前版本:v2.0.19" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="