Last active
October 21, 2017 14:38
-
-
Save lifofernandez/769789099afc320d6bd11a4867fad268 to your computer and use it in GitHub Desktop.
agregar gpg keys manualmente
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
# Then as root: | |
pacman-key -r KEY | |
pacman-key -f KEY | |
pacman-key --lsign-key KEY | |
# Re-run build procedure. | |
# If gpg signatures still can't be verified, | |
# add the key as regular user by gpg: | |
gpg --recv-keys KEY | |
# and trust it: | |
gpg --edit-key KEY | |
# At gpg prompt, run: | |
trust |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment