From 5bbbdb3c1915bb05e903ede8a58f5ebefe5d4fc7 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 30 Jan 2015 18:33:05 +0300 Subject: [PATCH] Use long gpg key IDs. #178 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6f408827..a2bb1f01 100644 --- a/README.rst +++ b/README.rst @@ -47,8 +47,8 @@ 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 2A194991 - $ gpg -a --export 2A194991 | sudo apt-key add - + $ gpg --keyserver keys.gnupg.net --recv-keys E083A3782A194991 + $ gpg -a --export E083A3782A194991 | sudo apt-key add - After that you can install aptly as any other software package::