Skip to content

Commit

Permalink
Change the bootstrap download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Mar 28, 2022
1 parent 719db20 commit 561c718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ packagelist="${audio_pkgs} ${video_pkgs} ${wine_pkgs} \
current_release="$(wget -q "https://archlinux.org/download/" -O - | grep "Current Release" | tail -c -16 | head -c +10)"

echo "Downloading ${current_release} release"
wget -q --show-progress -O arch.tar.gz "https://mirror.rackspace.com/archlinux/iso/${current_release}/archlinux-bootstrap-${current_release}-x86_64.tar.gz"
wget -q --show-progress -O arch.tar.gz "https://mirror.f4st.host/archlinux/iso/${current_release}/archlinux-bootstrap-${current_release}-x86_64.tar.gz"
tar xf arch.tar.gz
rm arch.tar.gz

Expand Down

0 comments on commit 561c718

Please sign in to comment.