aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2019-04-25 13:42:37 -0700
committerGitHub <noreply@github.com>2019-04-25 13:42:37 -0700
commitdb3cb63484e16b455264db5aed72f1b18df64f03 (patch)
treeaa44ed59b2a4138a27fffde66c3730ebbc4c4f52 /README.md
parentMerge pull request #103 from dkanejs/feature/fix-link-anchors (diff)
parentfix(link): update links to latest version (old ones 404) (diff)
downloadYubiKey-Guide-db3cb63484e16b455264db5aed72f1b18df64f03.tar.gz
Merge pull request #107 from Allsimon/master
fix(link): update links to latest version (old ones 404)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 528f8ee..dcf51e0 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ It is recommended to generate cryptographic keys and configure YubiKey from a se
Download the latest image and verify its integrity:
```console
-$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-9.7.0-amd64-xfce.iso
+$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-9.8.0-amd64-xfce.iso
$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS
$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS.sign
@@ -90,14 +90,14 @@ $ gpg --verify SHA512SUMS.sign SHA512SUMS
gpg: Good signature from "Debian CD signing key <debian-cd@lists.debian.org>" [unknown]
[...]
-$ grep $(sha512sum debian-live-9.6.0-amd64-xfce.iso) SHA512SUMS
-e35dd65fe1b078f71fcf04fa749a05bfefe4aa11a9e80f116ceec0566d65636a4ac84a9aff22aa3f7a8eeb10289d0c2f54dfe7c599d8aa16663e4f9a74f3eec5 debian-live-9.6.0-amd64-xfce.iso
+$ grep $(sha512sum debian-live-9.8.0-amd64-xfce.iso) SHA512SUMS
+SHA512SUMS:befdf12c58aee561ba9705ea1aba796a6a2fbfc816b8178dd54e3646a76c459137e20b420f391231b64666fa300e2b76c73e138590fb6ff83f5b9a16ea4debf1 debian-live-9.8.0-amd64-xfce.iso
```
Mount a USB disk and copy the image over to it:
```console
-$ sudo dd if=debian-live-9.6.0-amd64-xfce.iso of=/dev/sdc bs=4M && sync
+$ sudo dd if=debian-live-9.8.0-amd64-xfce.iso of=/dev/sdc bs=4M && sync
```
Shut down the computer and disconnect any hard drives and unnecessary peripherals.