Browse Source

Update update6.sh

pull/1/head
zhucaidan 3 years ago committed by GitHub
parent
commit
80a3bd8c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      install/update6.sh

4
install/update6.sh

@ -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

Loading…
Cancel
Save