Update install.func

This commit is contained in:
CanbiZ 2025-05-15 14:57:56 +02:00
parent dd85942058
commit 5c8d79257e

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" "git.community-scripts.com")
GITHUB_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com")
GITHUB_STATUS="GitHub DNS:"
DNS_FAILED=false