mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
Use long gpg key IDs. #178
This commit is contained in:
+2
-2
@@ -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::
|
And import key that is used to sign the release::
|
||||||
|
|
||||||
$ gpg --keyserver keys.gnupg.net --recv-keys 2A194991
|
$ gpg --keyserver keys.gnupg.net --recv-keys E083A3782A194991
|
||||||
$ gpg -a --export 2A194991 | sudo apt-key add -
|
$ gpg -a --export E083A3782A194991 | sudo apt-key add -
|
||||||
|
|
||||||
After that you can install aptly as any other software package::
|
After that you can install aptly as any other software package::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user