Created
July 24, 2017 11:50
-
-
Save archydragon/d0deb142638d0fef72b70171f6b07614 to your computer and use it in GitHub Desktop.
Add repository public key in Debian
This file contains 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
#!/bin/bash | |
KEY=$1 | |
gpg --keyserver pgpkeys.mit.edu --recv-key $KEY | |
gpg -a --export $KEY | sudo apt-key add - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment