Skip to content

Commit

Permalink
RHEL: fix broken download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Yǔchēn Guō 郭宇琛 authored and gmelikov committed Jan 24, 2024
1 parent 354588f commit d59c182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Getting Started/RHEL-based distro/Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ System Configuration

apk add curl
curl --fail-early --fail -L \
https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-Container-Base-9.3-20231119.0.x86_64.tar.xz \
https://dl.rockylinux.org/vault/rocky/9.2/images/x86_64/Rocky-9-Container-Base-9.2-20230513.0.x86_64.tar.xz \
-o rootfs.tar.gz
curl --fail-early --fail -L \
https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-Container-Base-9.3-20231119.0.x86_64.tar.xz.CHECKSUM \
https://dl.rockylinux.org/vault/rocky/9.2/images/x86_64/Rocky-9-Container-Base-9.2-20230513.0.x86_64.tar.xz.CHECKSUM \
-o checksum

# BusyBox sha256sum treats all lines in the checksum file
Expand Down

0 comments on commit d59c182

Please sign in to comment.