Update sbcore version to 1.12.15
This commit is contained in:
@@ -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.14"
|
||||
sbcore="1.12.15"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user