From: Jameson Graef Rollins Date: Sun, 15 Feb 2009 23:16:33 +0000 (-0500) Subject: website: fix a small incorrect command line for apt-key import X-Git-Tag: monkeysphere_0.23~97 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae4a8d669f21b6006a7902b3dd18f2b3a6a24938;p=monkeysphere.git website: fix a small incorrect command line for apt-key import --- 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 ...