diff options
-rw-r--r-- | basics.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -118,6 +118,11 @@ Again, you might set two handy aliases: alias dpkg-source='HOME=/path/to/debian/keyring/output/ dpkg-source' alias dget='HOME=/path/to/debian/keyring/output/ dget' +As a last touch, import your own key into this keyring: + + gpg --armor --export $KEYID | \ + gpg --no-default-keyring --keyring /path/to/debian/keyring/output/.gnupg/trustedkeys.gpg --import + Then you might be happy... for a while :P See also: |