Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ wget https://download.rockylinux.org/pub/rocky/8.5/isos/x86_64/CHECKSUM
Use the `sha256sum` utility to verify the integrity of the ISO file against corruption and/or tampering.

```
sha256sum -c CHECKSUM --ignore-missing Rocky-8.5-x86_64-minimal.iso
grep "(Rocky-8.5-x86_64-minimal.iso)" CHECKSUM | sha256sum Rocky-8.5-x86_64-minimal.iso
```

The output should show:
Expand Down