From d52c1828fd281c40da565759bc1ab03df5e76438 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sat, 13 Jul 2024 13:09:37 +0300 Subject: [PATCH] Change the default URL for bootstrap download --- create-arch-bootstrap.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index d0bfb87..fbbdce9 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -236,12 +236,12 @@ if [ ! -s chaotic-keyring.pkg.tar.zst ] || [ ! -s chaotic-mirrorlist.pkg.tar.zst exit 1 fi -bootstrap_urls=("mirror.f4st.host" \ - "arch.hu.fo" \ - "mirror.cyberbits.eu" \ - "mirror.osbeck.com" \ - "mirror.lcarilla.de" \ - "mirror.moson.org") +bootstrap_urls=("arch.hu.fo" \ + "mirror.cyberbits.eu" \ + "mirror.osbeck.com" \ + "mirror.lcarilla.de" \ + "mirror.moson.org" \ + "mirror.f4st.host") echo "Downloading Arch Linux bootstrap"