diff options
author | Anthony Muller <57217388+anmull@users.noreply.github.com> | 2020-09-25 08:18:44 +0000 |
---|---|---|
committer | Anthony Muller <57217388+anmull@users.noreply.github.com> | 2020-09-25 08:18:44 +0000 |
commit | 967ca3cc529052525eb9475e20ff624082f2f8b6 (patch) | |
tree | d64606650a3b4e6ae91a68b742ef76b7f9108397 | |
parent | Merge branch 'Amolith-master' (diff) | |
download | YubiKey-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.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |