From c4664c69c4bd8c715c807bb2d9b89dde0e8bda0c Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 18 Oct 2023 09:02:39 -0400 Subject: [PATCH] Replace nightly with master for deb install --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 30515d532..3719bbd3e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -36,7 +36,7 @@ You can add the CGRateS repository to your system's sources list as follows: sudo mv apt.cgrates.org.asc /etc/apt/trusted.gpg.d/ # Add the repository to the apt sources list - echo "deb http://apt.cgrates.org/debian/ nightly main" | sudo tee /etc/apt/sources.list.d/cgrates.list + echo "deb http://apt.cgrates.org/debian/ master main" | sudo tee /etc/apt/sources.list.d/cgrates.list # Update the system repository and install CGRateS sudo apt-get update -y @@ -46,7 +46,7 @@ Alternatively, you can manually install a specific .deb package as follows: .. code-block:: bash - wget http://pkg.cgrates.org/deb/nightly/cgrates_current_amd64.deb + wget http://pkg.cgrates.org/deb/master/cgrates_current_amd64.deb sudo dpkg -i ./cgrates_current_amd64.deb .. note::