From c46f12f0d6a5c2b56f9caef96b2b95c67c9e1e29 Mon Sep 17 00:00:00 2001 From: Maciej Gol <1kroolik1@gmail.com> Date: Wed, 30 Mar 2022 13:09:32 +0200 Subject: [PATCH] Update the gpg key of the `repo.aptly.info` repository in the documentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 51e05567..13e5b3f1 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +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:: - $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ED75B5A4483DA07C + $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EE727D4449467F0E After that you can install aptly as any other software package::