From ea07f6b8e45db8875bcf3c5d8f35e94bff7d68a9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:03:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=97=B6=E5=A2=9E=E5=8A=A0=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?tuic=E3=80=81=E7=94=B1=E4=BA=8E=E5=BE=AE=E8=BD=AF=E7=9A=84?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=E4=B8=8D=E5=86=8D=E6=94=AF=E6=8C=81tls1.3?= =?UTF-8?q?=E7=8E=B0=E7=A7=BB=E9=99=A4=E3=80=81=E4=BF=AE=E6=94=B9clashmeta?= =?UTF-8?q?=20YouTube=E8=A7=84=E5=88=99=E5=9C=A8Google=E8=A7=84=E5=88=99?= =?UTF-8?q?=E7=9A=84=E5=89=8D=E9=9D=A2=E4=BB=A5=E8=A7=A3=E5=86=B3=E5=88=86?= =?UTF-8?q?=E6=B5=81=E6=97=B6=E6=97=A0=E6=B3=95=E5=85=85=E5=88=86=E5=88=86?= =?UTF-8?q?=E6=B5=81YouTube=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f3a5829..65b4933 100644 --- a/install.sh +++ b/install.sh @@ -4720,6 +4720,12 @@ unInstall() { echoContent green " ---> 删除Hysteria开机自启完成" fi + if [[ -z "${tuicConfigPath}" ]]; then + handleTuic stop + rm -rf /etc/systemd/system/tuic.service + echoContent green " ---> 删除Tuic开机自启完成" + fi + # if [[ -f "/root/.acme.sh/acme.sh.env" ]] && grep -q 'acme.sh.env'