Use long gpg key IDs. #178

This commit is contained in:
Andrey Smirnov
2015-01-30 18:33:05 +03:00
parent 1fd80c40d0
commit 5bbbdb3c19

View File

@@ -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::