From 80a3bd8c65d5e7d5be1e98094a4fb2013240ce78 Mon Sep 17 00:00:00 2001 From: zhucaidan <47970938+zhucaidan@users.noreply.github.com> Date: Wed, 5 Jan 2022 03:13:08 -0800 Subject: [PATCH] Update update6.sh --- install/update6.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/update6.sh b/install/update6.sh index f2c4f44..f1378af 100644 --- a/install/update6.sh +++ b/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