OpenPGP Key Install for PPA & APT
I've received some good feedback about the font packages that I've made available from my PPA. A couple of people have asked if I have a public key available to import into APT. I do and here is how to add it to APT's keyring:
1. Open a terminal and enter the following to download my public key:
wget http://crunchbang.org/misc/corenominal.key
2. Import the key into gpg with the following command:
gpg --import corenominal.key
3. Add the key to APT's keyring with the following command:
gpg --export --armor FC2682F1 | sudo apt-key add -
4. Finally, enter the following to update:
sudo apt-get update

Add Your Comment
Use the form below to add your comment. Markdown syntax is available. Note, comments are moderated by me for spam filtering. Alternatively, feel free to contact me privately.