From 46b429b9ef740ce5d1bf5eb68962decf978a60c5 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:26:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=97=B6=E9=BB=98=E8=AE=A4=E7=9A=84Xray-core?= =?UTF-8?q?=E6=A0=B8=E5=BF=83=E7=B1=BB=E5=9E=8B(pre->latest)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index f59c898..d3032be 100644 --- a/install.sh +++ b/install.sh @@ -6674,8 +6674,8 @@ customXrayInstall() { updateRedirectNginxConf handleNginx start - # 安装V2Ray - installXray 7 true + # 安装Xray + installXray 7 false installXrayService 8 initXrayConfig custom 9 cleanUp v2rayDel @@ -6790,7 +6790,7 @@ xrayCoreInstall() { handleNginx stop randomPathFunction 5 # 安装Xray - installXray 6 true + installXray 6 false installXrayService 7 customCDNIP 8 initXrayConfig all 9 @@ -7742,7 +7742,7 @@ xrayCoreRealityInstall() { # 下载核心 # prereleaseStatus=true # updateXray - installXray 3 true + installXray 3 false # 生成 privateKey、配置回落地址、配置serverNames installXrayService 6 # initXrayRealityConfig 5 @@ -7903,7 +7903,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.10.13" + echoContent green "当前版本:v2.10.14" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus