Update sb.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2026-02-01 14:17:50 +08:00
committed by GitHub
parent d42f2525b5
commit b0f5b9cd41
+1 -1
View File
@@ -228,7 +228,7 @@ yellow "2:使用1.10.7正式版内核"
readp "请选择【1-2】:" menu
if [ -z "$menu" ] || [ "$menu" = "1" ] ; then
#sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"[0-9.]+",' | sed -n 1p | tr -d '",')
sbcore="1.12.17"
sbcore="1.12.19"
else
sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"1\.10[0-9\.]*",' | sed -n 1p | tr -d '",')
fi