From 380f4ef44ed97b43cbdd30f1babe85f245ea1565 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 18 May 2021 14:03:37 +0300 Subject: [PATCH] Updated Docs.Fixes #2883 --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 5b5172d9f..a03fb7fc0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -35,7 +35,7 @@ Add the gpg key: :: - sudo wget -O - http://apt.cgrates.org/apt.cgrates.org.gpg.key | sudo apt-key add - + sudo wget -O - https://apt.cgrates.org/apt.cgrates.org.gpg.key | sudo apt-key add - Add the repository in apt sources list: @@ -89,7 +89,7 @@ To install CGRateS out of YUM execute the following commands baseurl=http://yum.cgrates.org/yum/v0.10/ enabled=1 gpgcheck=1 - gpgkey=http://yum.cgrates.org/yum.cgrates.org.gpg.key + gpgkey=https://yum.cgrates.org/yum.cgrates.org.gpg.key EOT sudo yum update sudo yum install cgrates