From dfeecf23dac4fbcb77d5cf2f0ba49049dc279ee0 Mon Sep 17 00:00:00 2001 From: Alan Sill Date: Thu, 7 Apr 2022 14:03:24 -0400 Subject: [PATCH] Correct sha256sum invocation Invoking sha256sum with a checksum file specified in the command line does not need the name of the file to be provided as long as it is in the same directory with the file name as listed in the CHECKSUM file. --- docs/guides/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/installation.md b/docs/guides/installation.md index b1df1596b5..1497fdbf5b 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -51,10 +51,10 @@ 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 +sha256sum -c CHECKSUM --ignore-missing ``` -The output should show: +This will check the integrity of the ISO file downloaded previously, provided that it is in the same directory. The output should show: ``` Rocky-8.5-x86_64-minimal.iso: OK