修改 check/update 逻辑

This commit is contained in:
whyour
2022-11-29 00:05:50 +08:00
parent b98b7646cb
commit 1745c72981
3 changed files with 1 additions and 9 deletions
-2
View File
@@ -246,8 +246,6 @@ usage() {
## 更新qinglong
update_qinglong() {
patch_version &>/dev/null
local mirror="github"
local githubStatus=$(curl -s -m 3 -IL "https://github.com" | grep 200)
if [ "$githubStatus" == "" ]; then