Change the default URL for bootstrap download

This commit is contained in:
Kron4ek 2024-07-13 13:09:37 +03:00 committed by GitHub
parent 56f31efc23
commit d52c1828fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,12 +236,12 @@ if [ ! -s chaotic-keyring.pkg.tar.zst ] || [ ! -s chaotic-mirrorlist.pkg.tar.zst
exit 1 exit 1
fi fi
bootstrap_urls=("mirror.f4st.host" \ bootstrap_urls=("arch.hu.fo" \
"arch.hu.fo" \
"mirror.cyberbits.eu" \ "mirror.cyberbits.eu" \
"mirror.osbeck.com" \ "mirror.osbeck.com" \
"mirror.lcarilla.de" \ "mirror.lcarilla.de" \
"mirror.moson.org") "mirror.moson.org" \
"mirror.f4st.host")
echo "Downloading Arch Linux bootstrap" echo "Downloading Arch Linux bootstrap"