summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
...