mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
Simpler apt-key command. #202
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user