Skip to content

Commit d6a2a6c

Browse files
authored
Fix incomplete explanation in one of the examples (#40)
1 parent c6496b7 commit d6a2a6c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

examples/verify.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,8 @@ set -v # Print executed lines
1212
###############
1313

1414
# Firstly, public keys which will be used for GnuPG distribution verification
15-
# must be imported. For security reasons, you need to do it yourself.
16-
#
17-
# A public key block with current keys can be found on this page:
18-
# https://www.gnupg.org/signature_key.html
19-
#
20-
# Then, keys can be imported by executing something of:
21-
# $ gpg --import FILE_WITH_KEY_BLOCK
22-
#
23-
# For more about importing keys (and trusting them) in G
15+
# must be imported. For security reasons, you need to do it yourself. See
16+
# "Verifying authenticity of tarballs" in README for more information.
2417

2518
# The --sudo option is typically needed when installing to standard locations.
2619
# Note that `sudo ./install_gpg_all …` is not the same—it would compile as

0 commit comments

Comments
 (0)