Update install.func

This commit is contained in:
CanbiZ 2025-05-15 14:59:20 +02:00
parent 5c8d79257e
commit 1c9d0d9665

View File

@ -125,7 +125,7 @@ network_check() {
fi
# DNS resolution checks for GitHub-related domains (IPv4 and/or IPv6)
GITHUB_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com")
GITHUB_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com" "git.community-scripts.org")
GITHUB_STATUS="GitHub DNS:"
DNS_FAILED=false