From 452a8c844030fbf2f5d4cb9286f5055c38b71315 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:57:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8F=AA=E5=AE=89=E8=A3=85xtls=E5=AF=BC=E8=87=B4=E4=BC=AA?= =?UTF-8?q?=E7=AB=99=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f662fac..1239671 100644 --- a/install.sh +++ b/install.sh @@ -2089,6 +2089,12 @@ EOF ] } EOF + if echo "${selectCustomInstallType}" | grep -q 5 || [[ "$1" == "all" ]];then + echo >/dev/null + else + # "h2", + sed -i "s/\"h2\",//g" $(grep "\"h2\"," -rl ${configPath}02_VLESS_TCP_inbounds.json) + fi } # 初始化Trojan-Go配置 @@ -3780,7 +3786,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.4.40" + echoContent green "当前版本:v2.4.41" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus