mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Change the default URL for bootstrap download
This commit is contained in:
parent
56f31efc23
commit
d52c1828fd
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue