From ae4a8d669f21b6006a7902b3dd18f2b3a6a24938 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 15 Feb 2009 18:16:33 -0500 Subject: [PATCH] website: fix a small incorrect command line for apt-key import --- website/archive-key.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ... -- 2.25.1