Fix typo in pubkey
This commit is contained in:
parent
d61c11454e
commit
de48738c27
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ You can then download the public key, and check that the package is signed
|
|||
with it.
|
||||
|
||||
$ wget https://downloads.kitenet.net/git-annex/gpg-pubkey.asc
|
||||
$ gpg --import gpg-pubey.asc
|
||||
$ gpg --import gpg-pubkey.asc
|
||||
$ gpg --verify git-annex-standalone-*.tar.gz.sig
|
||||
|
||||
(The git-annex assistant can automatically upgrade git-annex, and when it
|
||||
|
|
Loading…
Reference in a new issue