Last active
April 14, 2019 22:19
-
-
Save yaroslavya/202bc08b85db51dc0d0bee45a4451b21 to your computer and use it in GitHub Desktop.
fix_missing_gpg_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
sudo apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys MY_GPG_KEY | |
//other key server: keyserver.ubuntu.com | |
//mint key server: keyserver.linuxmint.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment