Update update6.sh

pull/1/head
zhucaidan 2022-01-05 03:13:08 -08:00 committed by GitHub
parent 563f6fec91
commit 80a3bd8c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ fi
download_Url=$NODE_URL
setup_path=/www
version=$(curl -Ss --connect-timeout 5 -m 2 http://www.bt.cn/api/panel/get_version)
version=$(curl -Ss --connect-timeout 5 -m 2 https://raw.githubusercontent.com/zhucaidan/btpanel-v7.7.0/main/api/panel/get_version)
if [ "$version" = '' ];then
version='7.8.0'
version='7.7.0'
fi
armCheck=$(uname -m|grep arm)
if [ "${armCheck}" ];then