diff --git a/docs/guides/getting_started/first_steps.es.md b/docs/guides/getting_started/first_steps.es.md index 0560bab1..f7351c43 100644 --- a/docs/guides/getting_started/first_steps.es.md +++ b/docs/guides/getting_started/first_steps.es.md @@ -34,7 +34,7 @@ Paquetes oficiales más recientes de redBorder para Rocky Linux 9 disponibles en === "Latest" ``` sh - yum install epel-release && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm + yum install epel-release && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ### redBorder package { #install-package data-toc-label="redBorder package" } diff --git a/docs/guides/getting_started/first_steps.md b/docs/guides/getting_started/first_steps.md index 4d32b736..9b1233e5 100644 --- a/docs/guides/getting_started/first_steps.md +++ b/docs/guides/getting_started/first_steps.md @@ -34,7 +34,7 @@ Official redBorder latests packages for Rocky Linux 9 available on [repo.redbord === "Latest" ``` sh - yum install epel-release && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm + yum install epel-release && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ### redBorder package { #install-package data-toc-label="redBorder package" } diff --git a/docs/ips/IPS_basics/ch2_redborder_installation.es.md b/docs/ips/IPS_basics/ch2_redborder_installation.es.md index 5e0cb859..b8248ece 100644 --- a/docs/ips/IPS_basics/ch2_redborder_installation.es.md +++ b/docs/ips/IPS_basics/ch2_redborder_installation.es.md @@ -20,7 +20,7 @@ La implementación exitosa del IPS de RedBorder requiere una máquina con el sis La primera acción para comenzar a monitorizar tu red con RedBorder es obtener los paquetes oficiales más recientes de redBorder para **Rocky Linux 9** disponibles en [repo.redborder.com](https://repo.redborder.com). ``` bash title="Latest" -dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="IPS" diff --git a/docs/ips/IPS_basics/ch2_redborder_installation.md b/docs/ips/IPS_basics/ch2_redborder_installation.md index 32533908..f4c1cd4e 100644 --- a/docs/ips/IPS_basics/ch2_redborder_installation.md +++ b/docs/ips/IPS_basics/ch2_redborder_installation.md @@ -20,7 +20,7 @@ The successful implementation of the RedBorder IPS requires a machine with the * The first action to start monitoring your network with RedBorder is to obtain the latest official RedBorder packages for **Rocky Linux 9** available at [repo.redborder.com](https://repo.redborder.com). ``` bash title="Latest" -dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="Command to install redborder IPS" diff --git a/docs/manager/redborder_basics/ch2_redborder_installation.es.md b/docs/manager/redborder_basics/ch2_redborder_installation.es.md index 91ef73db..e0db87d3 100644 --- a/docs/manager/redborder_basics/ch2_redborder_installation.es.md +++ b/docs/manager/redborder_basics/ch2_redborder_installation.es.md @@ -37,7 +37,7 @@ La primera acción para comenzar a monitorizar tu red con RedBorder es obtener l Todo el proceso de instalación especificado en esta página debe repetirse para cada manager que conformará el clúster. ``` bash title="Configuración de los repositorios requeridos" -dnf install epel-release && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="Comando de instalación del paquete de manager Redborder" diff --git a/docs/manager/redborder_basics/ch2_redborder_installation.md b/docs/manager/redborder_basics/ch2_redborder_installation.md index 1460af1c..70d17050 100644 --- a/docs/manager/redborder_basics/ch2_redborder_installation.md +++ b/docs/manager/redborder_basics/ch2_redborder_installation.md @@ -37,7 +37,7 @@ The first action to start monitoring your network with RedBorder is to obtain th The entire installation process specified on this page must be repeated for each manager that will make up the cluster. ``` bash title="Config of required repositories" -dnf install epel-release && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="Redborder Manager Package Installation Command" diff --git a/docs/proxy/platform_configurations/ch1_proxy_installation.es.md b/docs/proxy/platform_configurations/ch1_proxy_installation.es.md index 4bd7df18..a66999b4 100644 --- a/docs/proxy/platform_configurations/ch1_proxy_installation.es.md +++ b/docs/proxy/platform_configurations/ch1_proxy_installation.es.md @@ -24,7 +24,7 @@ El primer paso para comenzar a monitorear su red con RedBorder es obtener los ú ## Installing the RPM ``` bash title="Última versión" -dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="Proxy" diff --git a/docs/proxy/platform_configurations/ch1_proxy_installation.md b/docs/proxy/platform_configurations/ch1_proxy_installation.md index c328532e..c1324013 100644 --- a/docs/proxy/platform_configurations/ch1_proxy_installation.md +++ b/docs/proxy/platform_configurations/ch1_proxy_installation.md @@ -24,7 +24,7 @@ The first step to start monitoring your network with RedBorder is to obtain the ## Installing the RPM ``` bash title="Latest" -dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.10/rhel/9/x86_64/redborder-repo-24.10-0.0.1-1.el9.rb.noarch.rpm +dnf install epel-release -y && rpm -ivh https://repo.redborder.com/ng/24.11/rhel/9/x86_64/redborder-repo-24.11-0.0.1-1.el9.rb.noarch.rpm ``` ``` bash title="Proxy"