Created
May 7, 2016 11:53
-
-
Save kinow/97914e8c0c9856a2d638c188b79de8c5 to your computer and use it in GitHub Desktop.
Note to remember how to check jar keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download jars and asc files. | |
Then check the files: | |
for x in *.jar; do gpg --verify "${x}".asc; done | |
Import the key if necessary | |
gpg --keyserver pgpkeys.mit.edu --recv-key $KEY | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment