From ca3befb5e54f5eb6cf54ad8ed5f56c9e82a0fd75 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 fed54b631..1b0afb727 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/nightly/ 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