Skip to content

Commit

Permalink
Change the default URL for bootstrap download
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Jul 13, 2024
1 parent 56f31ef commit d52c182
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d52c182

Please sign in to comment.