Skip to content

Commit

Permalink
feat(脚本):sing-box锁定1.7.8版本
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Jan 8, 2024
1 parent de3a3e0 commit ebc2aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1993,8 +1993,8 @@ installSingBox() {
echoContent skyBlue "\n进度 $1/${totalProgress} : 安装sing-box"

if [[ -z "${singBoxConfigPath}" ]]; then

version=$(curl -s "https://api.github.com/repos/SagerNet/sing-box/releases?per_page=10" | jq -r ".[]|select (.prerelease==${prereleaseStatus})|.tag_name" | head -1)
version="1.7.8"
# version=$(curl -s "https://api.github.com/repos/SagerNet/sing-box/releases?per_page=10" | jq -r ".[]|select (.prerelease==${prereleaseStatus})|.tag_name" | head -1)

echoContent green " ---> sing-box版本:${version}"

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

0 comments on commit ebc2aca

Please sign in to comment.