Skip to content

Commit 4243e57

Browse files
committed
docs: fix an error in the installing_seedkit_on_tails recipe
1 parent f6b6f54 commit 4243e57

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

go.sum

-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ github.com/deckarep/golang-set/v2 v2.6.0 h1:XfcQbWM1LlMB8BsJ8N9vW5ehnnPVIw0je80N
88
github.com/deckarep/golang-set/v2 v2.6.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
99
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
1010
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
11-
github.com/gavincarr/go-slip39 v0.1.0 h1:hmfs2L0CT0kOqpSuW0m9d34VNw1ZAovl8kH8++zAYwU=
12-
github.com/gavincarr/go-slip39 v0.1.0/go.mod h1:xktb9YHwlPH3P/pFBOXBStE6y3rRNeXO9MWmHvqXLeM=
1311
github.com/gavincarr/go-slip39 v0.1.2 h1:Ws3Qv9uOaV6wd+xvFRG67yCAOVLF0s43wPp/1JrFxJE=
1412
github.com/gavincarr/go-slip39 v0.1.2/go.mod h1:BwduwxRaOcc3J7VS0iGMHibRX1lBCzDNanbAGNruA4I=
1513
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
1614
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
1715
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
1816
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
19-
github.com/lmittmann/tint v1.0.4 h1:LeYihpJ9hyGvE0w+K2okPTGUdVLfng1+nDNVR4vWISc=
20-
github.com/lmittmann/tint v1.0.4/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
2117
github.com/lmittmann/tint v1.0.5 h1:NQclAutOfYsqs2F1Lenue6OoWCajs5wJcP3DfWVpePw=
2218
github.com/lmittmann/tint v1.0.5/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
2319
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
@@ -33,8 +29,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
3329
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
3430
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
3531
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
36-
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 h1:uLDX+AfeFCct3a2C7uIWBKMJIR3CJMhcgfrUAqjRK6w=
37-
golang.org/x/exp v0.0.0-20240707233637-46b078467d37/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
3832
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
3933
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
4034
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=

recipes/installing_seedkit_on_tails.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ ls -l
6969
c. Verify the signature on the checksums.txt file:
7070

7171
```bash
72-
VERSION=0.2.2
73-
gpg -v seedkit_${VERSION}_checksums.txt.sig seedkit_${VERSION}_checksums.txt
72+
gpg --verify seedkit_0.2.2_checksums.txt.sig seedkit_0.2.2_checksums.txt
7473
```
7574

7675
Check that the signature is good. A warning that the key is not certified
@@ -81,9 +80,9 @@ d. Next, verify the checksums on your downloaded seedkit tarball(s):
8180

8281
```bash
8382
VERSION=0.2.2
84-
grep Linux_x86_64 seedkit_${VERSION}_checksums.txt | sha256sum -c
83+
grep Linux_x86_64 seedkit_0.2.2_checksums.txt | sha256sum -c
8584
# and/or:
86-
grep Linux_arm64 seedkit_${VERSION}_checksums.txt | sha256sum -c
85+
grep Linux_arm64 seedkit_0.2.2_checksums.txt | sha256sum -c
8786
```
8887

8988
e. Now the tarball has been verified, extract the seedkit executable

0 commit comments

Comments
 (0)