aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJulian Hernandez <julianhernandeze@gmail.com>2018-11-28 22:54:41 -0500
committerJulian Hernandez <julianhernandeze@gmail.com>2018-11-28 22:54:41 -0500
commit857adb26a2596ef9dc4e9c07e21e534889d5955c (patch)
treed5ca3052e1749345b58537230a990c607c86f99a /README.md
parentMerge pull request #76 from dbajramo/master (diff)
downloadYubiKey-Guide-857adb26a2596ef9dc4e9c07e21e534889d5955c.tar.gz
Update live Debian version to 9.6.0
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 911e80c..a6176fe 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ It is recommended to generate cryptographic keys and configure YubiKey from a se
Download the latest image and verify its integrity:
```
-$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-9.5.0-amd64-xfce.iso
+$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-9.6.0-amd64-xfce.iso
$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS
@@ -77,14 +77,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.5.0-amd64-xfce.iso) SHA512SUMS
-d2b0fe266ef809943f24b71f6a7c1c7a1645a2ee0b51e71bb05625ca84f16904a8889287d580fcb5d8ff1152785f90ffdb1621733bbb148431155478b0006114 debian-live-9.5.0-amd64-xfce.iso
+$ grep $(sha512sum debian-live-9.6.0-amd64-xfce.iso) SHA512SUMS
+e35dd65fe1b078f71fcf04fa749a05bfefe4aa11a9e80f116ceec0566d65636a4ac84a9aff22aa3f7a8eeb10289d0c2f54dfe7c599d8aa16663e4f9a74f3eec5 debian-live-9.6.0-amd64-xfce.iso
```
Mount a USB drive and copy the image over to it:
```
-$ sudo dd if=debian-live-9.5.0-amd64-xfce.iso of=/dev/sdc bs=4M
+$ sudo dd if=debian-live-9.6.0-amd64-xfce.iso of=/dev/sdc bs=4M
$ sync
```