summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-15 18:16:33 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-15 18:16:33 -0500
commitae4a8d669f21b6006a7902b3dd18f2b3a6a24938 (patch)
treef79e699c2eb261e9a8eda9ec38b822eddd997984
parent4b1b309608a55494cc94fee9bd9153d09fb3040a (diff)
website: fix a small incorrect command line for apt-key import
-rw-r--r--website/archive-key.mdwn2
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
...