Skip to content
Open
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
12 changes: 6 additions & 6 deletions content/live-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down