diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-02-17 22:31:17 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-02-17 22:31:17 -0500 |
commit | 8e3de9de8bc67b3e9e2c490a7e3142fde7742044 (patch) | |
tree | d0cb80bf0d37da795721167ecbf42423a570f578 /website/archive-key.mdwn | |
parent | 3b81cd012e8224490a3836cccbd7d082a061658e (diff) | |
parent | 25e870d1d7109f9e37460c26de4a05a05adfc760 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'website/archive-key.mdwn')
-rw-r--r-- | website/archive-key.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/archive-key.mdwn b/website/archive-key.mdwn index 6658469..eec40d5 100644 --- a/website/archive-key.mdwn +++ b/website/archive-key.mdwn @@ -37,7 +37,7 @@ If you have properly verified this key, you can add it to your apt keyring for proper cryptographic verification of the archive and its packages by doing the following: - $ sudo gpg -a --export EB8AF314 | apt-key add - + $ gpg -a --export EB8AF314 | sudo apt-key add - OK $ aptitude update ... |