website: fix a small incorrect command line for apt-key import
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 15 Feb 2009 23:16:33 +0000 (18:16 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sun, 15 Feb 2009 23:16:33 +0000 (18:16 -0500)
website/archive-key.mdwn

index 6658469a5609407ca9008134fd24cdf15e45f7c0..eec40d5f3ec19244d59c2ffbb30b87e900aea877 100644 (file)
@@ -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
         ...