mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench.sh
This commit is contained in:
parent
5b78fb9aaa
commit
5159adf3f5
@ -22,8 +22,8 @@ colors=(
|
|||||||
check_update() {
|
check_update() {
|
||||||
echo "正在检查更新..."
|
echo "正在检查更新..."
|
||||||
|
|
||||||
# 从GitHub获取最新版本号
|
# 从GitHub获取最新版本号(去除注释和空行后提取最后一个版本号)
|
||||||
latest_version=$(curl -s https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/version.sh | tail -n 1 | grep -o "v[0-9]\+\.[0-9]\+\.[0-9]\+")
|
latest_version=$(curl -s https://raw.githubusercontent.com/everett7623/nodeloc_vps_test/main/version.sh | grep -E "v[0-9]+\.[0-9]+\.[0-9]+" | tail -n 1 | grep -o "v[0-9]\+\.[0-9]\+\.[0-9]\+")
|
||||||
|
|
||||||
if [ -z "$latest_version" ]; then
|
if [ -z "$latest_version" ]; then
|
||||||
echo "无法获取最新版本信息。"
|
echo "无法获取最新版本信息。"
|
||||||
|
Loading…
Reference in New Issue
Block a user