feat(脚本): 修改安装时默认的Xray-core核心类型(pre->latest)

pull/785/head
mack-a 2023-09-01 15:26:12 +08:00
parent c0b44f5828
commit 46b429b9ef
1 changed files with 5 additions and 5 deletions

View File

@ -6674,8 +6674,8 @@ customXrayInstall() {
updateRedirectNginxConf updateRedirectNginxConf
handleNginx start handleNginx start
# 安装V2Ray # 安装Xray
installXray 7 true installXray 7 false
installXrayService 8 installXrayService 8
initXrayConfig custom 9 initXrayConfig custom 9
cleanUp v2rayDel cleanUp v2rayDel
@ -6790,7 +6790,7 @@ xrayCoreInstall() {
handleNginx stop handleNginx stop
randomPathFunction 5 randomPathFunction 5
# 安装Xray # 安装Xray
installXray 6 true installXray 6 false
installXrayService 7 installXrayService 7
customCDNIP 8 customCDNIP 8
initXrayConfig all 9 initXrayConfig all 9
@ -7742,7 +7742,7 @@ xrayCoreRealityInstall() {
# 下载核心 # 下载核心
# prereleaseStatus=true # prereleaseStatus=true
# updateXray # updateXray
installXray 3 true installXray 3 false
# 生成 privateKey、配置回落地址、配置serverNames # 生成 privateKey、配置回落地址、配置serverNames
installXrayService 6 installXrayService 6
# initXrayRealityConfig 5 # initXrayRealityConfig 5
@ -7903,7 +7903,7 @@ menu() {
cd "$HOME" || exit cd "$HOME" || exit
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v2.10.13" echoContent green "当前版本v2.10.14"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c" echoContent green "描述:八合一共存脚本\c"
showInstallStatus showInstallStatus