Skip to content

Commit

Permalink
feat(脚本): 修复xray-core内核无法更新问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Jan 9, 2024
1 parent bdb221a commit 9bcbeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@ installXray() {

if [[ "${coreInstallType}" != "1" ]]; then

version=$(curl -s "https://api.github.com/repos/XTLS/Xray-core/releases?per_page=1" | jq -r ".[].tag_name")
version=$(curl -s "https://api.github.com/repos/XTLS/Xray-core/releases?per_page=5" | jq -r ".[]|select (.prerelease==${prereleaseStatus})|.tag_name" | head -1)

echoContent green " ---> Xray-core版本:${version}"

Expand Down Expand Up @@ -8453,7 +8453,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者:mack-a"
echoContent green "当前版本:v3.1.28"
echoContent green "当前版本:v3.1.29"
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
Expand Down

0 comments on commit 9bcbeab

Please sign in to comment.