Skip to content

Commit

Permalink
feat(脚本): 5reality管理增加读取上次安装的用户
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Mar 21, 2024
1 parent bcdfb89 commit e0cc394
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8563,6 +8563,10 @@ xrayCoreRealityInstall() {
# reality管理
manageReality() {
readInstallProtocolType
readConfigHostPathUUID
readCustomPort
readSingBoxConfig

if ! echo "${currentInstallProtocolType}" | grep -q -E "7,|8," || [[ -z "${coreInstallType}" ]]; then
echoContent red "\n ---> 请先安装Reality协议,参考教程 https://www.v2ray-agent.com/archives/1680104902581#heading-11"
exit 0
Expand Down Expand Up @@ -8777,7 +8781,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者:mack-a"
echoContent green "当前版本:v3.2.32"
echoContent green "当前版本:v3.2.33"
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
Expand Down

0 comments on commit e0cc394

Please sign in to comment.