diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 85afaf8..6feade7 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -82,11 +82,11 @@ EOF generate_mirrorlist () { cat < mirrorlist +Server = https://mirror.osbeck.com/archlinux/\$repo/os/\$arch Server = https://mirror.pkgbuild.com/\$repo/os/\$arch Server = https://mirror.f4st.host/archlinux/\$repo/os/\$arch -Server = https://arch.jensgutermuth.de/\$repo/os/\$arch -Server = https://mirror.pseudoform.org/\$repo/os/\$arch -Server = https://mirror.chaoticum.net/arch/\$repo/os/\$arch +Server = https://mirror.erickochen.nl/archlinux/\$repo/os/\$arch +Server = https://archlinux.thaller.ws/\$repo/os/\$arch EOF }