Skip to content

Commit

Permalink
archlinux: fix extension of downloaded tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 5, 2025
1 parent b0c1c02 commit 69bb2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-build/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bootstrap_distribution() {
unset arch

curl --fail --location \
--output "${WORKDIR}/archlinux-x86_64.tar.gz" \
--output "${WORKDIR}/archlinux-x86_64.tar.zst" \
"https://mirror.rackspace.com/archlinux/iso/${dist_version}/archlinux-bootstrap-${dist_version}-x86_64.tar.zst"

sudo mkdir -m 755 "${WORKDIR}/archlinux-bootstrap"
Expand Down

0 comments on commit 69bb2f4

Please sign in to comment.