Skip to content

Commit

Permalink
fedora: changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 5, 2025
1 parent b8caaf5 commit 4388e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro-build/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bootstrap_distribution() {
for arch in aarch64 x86_64; do
curl --fail --location \
--output "${WORKDIR}/Fedora-Container-Base-Generic.${arch}-${dist_version}.oci.tar.xz" \
"https://mirror.de.leaseweb.net/fedora/linux/releases/${dist_version%%-*}/Container/${arch}/images/Fedora-Container-Base-Generic.${arch}-${dist_version}.oci.tar.xz"
"https://mirror.de.leaseweb.net/fedora/linux/releases/${dist_version%%-*}/Container/${arch}/images/Fedora-Container-Base-Generic-${dist_version}.${arch}.oci.tar.xz"
sudo rm -rf "${WORKDIR}/fedora-tmp" "${WORKDIR}/fedora-$(translate_arch "$arch")"
mkdir "${WORKDIR}/fedora-tmp"
tar -C "${WORKDIR}/fedora-tmp" -Jxf "${WORKDIR}/Fedora-Container-Base-Generic.${arch}-${dist_version}.oci.tar.xz"
Expand Down

0 comments on commit 4388e8a

Please sign in to comment.