Created
May 1, 2020 02:19
-
-
Save Zobber/f87a685e653cda1f70f8aafba7b37164 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
| cat /etc/apt/sources.list | grep -v "#" | |
| ls -l /etc/apt/sources.list.d/ | |
| apt-key list | |
| gpg --keyserver keys.gnupg.net --recv 67ECE5605BCF1346 | |
| gpg --export 67ECE5605BCF1346 | apt-key add - | |
| or | |
| gpg --search-keys 67ECE5605BCF1346 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment