general: remove gitea links overall (#16863)

* docker-vm, pve-privilege-converter: source from GitHub raw instead of gitea mirror

* docker-vm, pve-privilege-converter, vm-core.func: source from GitHub raw instead of gitea mirror
This commit is contained in:
CanbiZ (MickLesk)
2026-08-30 12:52:43 +02:00
committed by GitHub
parent 2638197aff
commit c152912552
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ network_check() {
fi
# DNS resolution checks for GitHub-related domains (IPv4 and/or IPv6)
GIT_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com" "git.community-scripts.org")
GIT_HOSTS=("github.com" "raw.githubusercontent.com" "api.github.com")
GIT_STATUS="Git DNS:"
DNS_FAILED=false