mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-22 04:50:56 -05:00
This part is no longer needed in Arch Linux instructions (#63)
This commit is contained in:
parent
45263b7393
commit
c0fdae22c8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ gpg --armor --export-secret-key joe@foo.bar | pbcopy
|
||||||
gpg --armor --export-secret-key joe@foo.bar -w0 | xclip
|
gpg --armor --export-secret-key joe@foo.bar -w0 | xclip
|
||||||
|
|
||||||
# Arch
|
# Arch
|
||||||
gpg --armor --export-secret-key joe@foo.bar | sed -z 's;\n;;g' | xclip -selection clipboard -i
|
gpg --armor --export-secret-key joe@foo.bar | xclip -selection clipboard -i
|
||||||
|
|
||||||
# FreeBSD (assuming BSD base64)
|
# FreeBSD (assuming BSD base64)
|
||||||
gpg --armor --export-secret-key joe@foo.bar | xclip
|
gpg --armor --export-secret-key joe@foo.bar | xclip
|
||||||
|
|
Loading…
Reference in a new issue