From 471f5fbb1317a0b2249ef611718a123f88b01eab Mon Sep 17 00:00:00 2001 From: dorkus-aurelius Date: Sun, 17 May 2026 08:56:26 -0400 Subject: [PATCH 1/3] Update VERIFICATION.md Added note on changing directory before running commands. --- content/VERIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/VERIFICATION.md b/content/VERIFICATION.md index 095c27c..9a7a366 100644 --- a/content/VERIFICATION.md +++ b/content/VERIFICATION.md @@ -99,7 +99,7 @@ sha256sum: WARNING: 8 lines are improperly formatted ## [For all users](#all-users) {: #all-users} -At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). +At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). Be sure to run `cd ~/Downloads` first, otherwise the commands below will return errors. First command: From 77440c7fd4eeb7b1c12908c8141b074abe693e92 Mon Sep 17 00:00:00 2001 From: dorkus-aurelius Date: Sun, 17 May 2026 16:44:22 -0400 Subject: [PATCH 2/3] Apply suggestion from @Commenter25 Co-authored-by: Commenter --- content/VERIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/VERIFICATION.md b/content/VERIFICATION.md index 9a7a366..1496cca 100644 --- a/content/VERIFICATION.md +++ b/content/VERIFICATION.md @@ -99,7 +99,7 @@ sha256sum: WARNING: 8 lines are improperly formatted ## [For all users](#all-users) {: #all-users} -At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). Be sure to run `cd ~/Downloads` first, otherwise the commands below will return errors. +At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). Be sure the working directory is where the ISO was downloaded, otherwise the commands below will return errors. For most people, this means running `cd ~/Downloads` first. First command: From aa31df42ce65edc03915e81944de1eccd53e8d63 Mon Sep 17 00:00:00 2001 From: dorkus-aurelius Date: Sun, 17 May 2026 16:45:51 -0400 Subject: [PATCH 3/3] Update VERIFICATION.md --- content/VERIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/VERIFICATION.md b/content/VERIFICATION.md index 1496cca..34e86d2 100644 --- a/content/VERIFICATION.md +++ b/content/VERIFICATION.md @@ -99,7 +99,7 @@ sha256sum: WARNING: 8 lines are improperly formatted ## [For all users](#all-users) {: #all-users} -At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). Be sure the working directory is where the ISO was downloaded, otherwise the commands below will return errors. For most people, this means running `cd ~/Downloads` first. +At this point, you should have the ISO, its corresponding CHECKSUM file, and the keyring file. Use following commands to verify the ISO (where `${IMAGE_NAME}` corresponds to the filename of the ISO you downloaded). Be sure the working directory is where all three files were downloaded, otherwise the commands below will return errors. For most people, this means running `cd ~/Downloads` first. First command: