aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDennis Hoppe <github@debian-solutions.de>2022-04-25 11:47:21 +0200
committerGitHub <noreply@github.com>2022-04-25 11:47:21 +0200
commita8c581cca73fbfb809bf2f4b9844b85219e2aa9d (patch)
tree3ec9cf71ab34e2723f0dcf62fb4d05e90b25df0c /README.md
parentMerge pull request #311 from michael-k/typo (diff)
downloadYubiKey-Guide-a8c581cca73fbfb809bf2f4b9844b85219e2aa9d.tar.gz
Update OneRNG to version 3.7
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index fd53da6..126d435 100644
--- a/README.md
+++ b/README.md
@@ -363,13 +363,12 @@ If you have a hardware device other than the CPU based one, install the accompan
OneRNG specific example:
```
-$ sudo apt -y install python-gnupg
-$ wget https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.6-1_all.deb
+$ wget https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.7-1_all.deb
-$ sha256sum onerng_3.6-1_all.deb
-a9ccf7b04ee317dbfc91518542301e2d60ebe205d38e80563f29aac7cd845ccb onerng_3.6-1_all.deb
+$ sha256sum onerng_3.7-1_all.deb
+b7cda2fe07dce219a95dfeabeb5ee0f662f64ba1474f6b9dddacc3e8734d8f57 onerng_3.7-1_all.deb
-$ sudo dpkg -i onerng_3.6-1_all.deb
+$ sudo dpkg -i onerng_3.7-1_all.deb
$ echo "HRNGDEVICE=/dev/ttyACM0" | sudo tee /etc/default/rng-tools
```