remove keru.org references

This commit is contained in:
Astral
2026-09-01 11:45:46 +02:00
parent 0e8885c162
commit 32094c5541
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pick() {
require_network() {
ok=0
for host in 1.1.1.1 github.com mirror.keru.org; do
for host in 1.1.1.1 github.com; do
if command -v ping >/dev/null 2>&1 && ping -c1 -W2 "$host" >/dev/null 2>&1; then
ok=1; break
fi