From 2e2282044f1df70418c4d31cb0fbf90434eab39f Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Mon, 15 Nov 2021 15:07:11 +0500 Subject: [PATCH] Update Arch mirrorlist --- create-arch-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index ee63a48..415879a 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -83,10 +83,10 @@ EOF generate_mirrorlist () { cat < mirrorlist Server = https://mirror.osbeck.com/archlinux/\$repo/os/\$arch +Server = https://archmirror.it/repos/\$repo/os/\$arch Server = https://mirror.f4st.host/archlinux/\$repo/os/\$arch -Server = https://mirror.pkgbuild.com/\$repo/os/\$arch -Server = https://mirrors.niyawe.de/archlinux/\$repo/os/\$arch Server = https://archlinux.thaller.ws/\$repo/os/\$arch +Server = https://archlinux.mailtunnel.eu/\$repo/os/\$arch EOF }