🚸 update cdn url

This commit is contained in:
naiba
2020-12-19 13:07:44 +08:00
parent 351526b56f
commit c694fc4259
3 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ pre_check() {
## server location
if curl -s api.myip.la/json | grep -q 'China'; then
GITHUB_RAW_URL="raw.staticdn.net"
GITHUB_RAW_URL="raw.sevencdn.com"
GITHUB_URL="hub.fastgit.org"
fi
}