From f1aa83c96e991e6f280d1b6f48ef629c86a79dd9 Mon Sep 17 00:00:00 2001 From: Evan Unit Lim <62005952+evlim@users.noreply.github.com> Date: Sat, 15 Nov 2025 07:26:56 +0200 Subject: [PATCH] Update .iso filenames in live-disk.md --- content/live-disk.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/live-disk.md b/content/live-disk.md index 69a23b6329..c79d048825 100644 --- a/content/live-disk.md +++ b/content/live-disk.md @@ -49,13 +49,13 @@ Assuming you downloaded Pop!_OS to your ~/Downloads folder, open the Terminal (< #### For Intel/AMD iso ``` -sha256sum Downloads/pop-os_22.04_amd64_intel_4.iso +sha256sum Downloads/pop-os_22.04_amd64_intel_58.iso ``` #### For NVIDIA iso ``` -sha256sum Downloads/pop-os_22.04_amd64_nvidia_4.iso +sha256sum Downloads/pop-os_22.04_amd64_nvidia_58.iso ``` **Note:** The .iso filenames will change over time, so please make sure you are using the correct .iso filename. @@ -69,13 +69,13 @@ Assuming you downloaded Pop!_OS to your ~/Downloads folder, open the Terminal an #### For Intel/AMD iso ``` -shasum -a 256 ~/Downloads/pop-os_22.04_amd64_intel_4.iso +shasum -a 256 ~/Downloads/pop-os_22.04_amd64_intel_58.iso ``` #### For NVIDIA iso ``` -shasum -a 256 ~/Downloads/pop-os_22.04_amd64_nvidia_4.iso +shasum -a 256 ~/Downloads/pop-os_22.04_amd64_nvidia_58.iso ``` **Note:** The .iso filenames will change over time, so please make sure you are using the correct .iso filename. @@ -89,13 +89,13 @@ Assuming you downloaded Pop!_OS to your Downloads folder, open the Command Promp #### For Intel/AMD iso ``` -CertUtil -hashfile Downloads\pop-os_22.04_amd64_intel_4.iso SHA256 +CertUtil -hashfile Downloads\pop-os_22.04_amd64_intel_58.iso SHA256 ``` #### For NVIDIA iso ``` -CertUtil -hashfile Downloads\pop-os_22.04_amd64_nvidia_4.iso SHA256 +CertUtil -hashfile Downloads\pop-os_22.04_amd64_nvidia_58.iso SHA256 ``` **Note:** The .iso filenames will change over time, so please make sure you are using the correct .iso filename.