aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Muller <57217388+anmull@users.noreply.github.com>2020-09-25 08:18:44 +0000
committerAnthony Muller <57217388+anmull@users.noreply.github.com>2020-09-25 08:18:44 +0000
commit967ca3cc529052525eb9475e20ff624082f2f8b6 (patch)
treed64606650a3b4e6ae91a68b742ef76b7f9108397 /README.md
parentMerge branch 'Amolith-master' (diff)
downloadYubiKey-Guide-967ca3cc529052525eb9475e20ff624082f2f8b6.tar.gz
Change Debian ISO url to be generated from the contents of SHA512SUM.
This removes the need to maintain the version number, which is currently out of date.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f84f660..b5130ae 100644
--- a/README.md
+++ b/README.md
@@ -101,11 +101,11 @@ This guide recommends using a bootable "live" Debian Linux image to provide such
To use Debian Live, download the latest image:
```console
-$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-10.4.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
+
+$ curl -LfO https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$(awk '/xfce.iso/ {print $2}' SHA512SUMS)
```
Verify the signature of the hashes file with GPG: