Simpler apt-key command. #202

This commit is contained in:
Andrey Smirnov
2015-02-22 17:41:15 +03:00
parent c6a30a30de
commit 4715b12f16

View File

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