From e184e8effba57a144c7d645536732535c6b29d54 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Wed, 14 Sep 2022 07:48:51 +0200 Subject: [PATCH] Use /etc/apt/trusted.gpg.d instead of apt-key. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5c65ce313..a07081bd6 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -35,7 +35,7 @@ Add the gpg key: :: - sudo wget -O - https://apt.cgrates.org/apt.cgrates.org.gpg.key | sudo apt-key add - + sudo wget https://apt.cgrates.org/apt.cgrates.org.gpg.key -O /etc/apt/trusted.gpg.d/apt.cgrates.org.asc Add the repository in apt sources list: