From d1b775984bc4e760314012599c71f2941f12056c Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 24 Jun 2021 17:59:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 02dccf9..ff14e5c 100644 --- a/install.sh +++ b/install.sh @@ -331,7 +331,7 @@ showInstallStatus() { fi if echo ${currentInstallProtocolType} | grep -q 4; then - echoContent yellow "Trojan+TCP/WS[TLS]\c" + echoContent yellow "Trojan+TCP/WS[TLS] \c" fi if echo ${currentInstallProtocolType} | grep -q 5; then @@ -3958,8 +3958,9 @@ menu() { echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus - echoContent red "\n\nVMess+TLS+TCP(http+tls),将在未来几个版本脚本中移除" echoContent red "\n==============================================================" + echoContent red "VMess+TLS+TCP(http+tls),将在未来几个版本脚本中移除" + echoContent red "==============================================================" if [[ -n "${coreInstallType}" ]]; then echoContent yellow "1.重新安装" else