File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments