From be5f5acbbbadc551e5b20ab0dd0ec855d94f5385 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 11 Apr 2021 23:52:11 +0500 Subject: [PATCH] Update Arch mirrors --- create-arch-bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 738a893..6c2d7f5 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -352,11 +352,11 @@ EOF generate_mirrorlist () { cat < mirrorlist -Server = https://ftp.halifax.rwth-aachen.de/archlinux/\$repo/os/\$arch -Server = https://mirror.pseudoform.org/\$repo/os/\$arch Server = https://archlinux.thaller.ws/\$repo/os/\$arch -Server = https://mirror.chaoticum.net/arch/\$repo/os/\$arch +Server = https://mirror.pseudoform.org/\$repo/os/\$arch +Server = https://mirror.pkgbuild.com/\$repo/os/\$arch Server = https://mirror.f4st.host/archlinux/\$repo/os/\$arch +Server = https://mirror.chaoticum.net/arch/\$repo/os/\$arch EOF }