From 4715b12f16c5656073dcadbe6f55e8f4e74662d7 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 22 Feb 2015 17:41:15 +0300 Subject: [PATCH] Simpler apt-key command. #202 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 83129ffe..14c17046 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,7 @@ To install aptly on Debian/Ubuntu, add new repository to /etc/apt/sources.list:: And import key that is used to sign the release:: - $ gpg --keyserver keys.gnupg.net --recv-keys E083A3782A194991 - $ gpg -a --export E083A3782A194991 | sudo apt-key add - + $ apt-key adv --keyserver keys.gnupg.net --recv-keys E083A3782A194991 After that you can install aptly as any other software package::