Last active
July 26, 2018 19:20
-
-
Save IPv777/b34b4549f9a198cf897037505cc6e9d4 to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| echo "Clé manquante? " | |
| read key | |
| 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