File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
versioned_docs/version-25.10/upgrade Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -600,22 +600,22 @@ Run the following command:
600600
601601```shell
602602dnf install -y dnf-plugins-core
603- dnf config-manager --add-repo https://packages.centreon.com/rpm-standard/24 .10/el8/centreon-24.10.repo
603+ dnf config-manager --add-repo https://packages.centreon.com/rpm-standard/25 .10/el8/centreon-24.10.repo
604604```
605605
606606</TabItem>
607607<TabItem value="Alma / RHEL / Oracle Linux 9" label="Alma / RHEL / Oracle Linux 9">
608608
609609```shell
610610dnf install -y dnf-plugins-core
611- dnf config-manager --add-repo https://packages.centreon.com/rpm-standard/24 .10/el9/centreon-24.10.repo
611+ dnf config-manager --add-repo https://packages.centreon.com/rpm-standard/25 .10/el9/centreon-24.10.repo
612612```
613613
614614</TabItem>
615615<TabItem value="Debian 12" label="Debian 12">
616616
617617```shell
618- echo "deb https://packages.centreon.com/apt-standard-24 .10-stable/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon.list
618+ echo "deb https://packages.centreon.com/apt-standard-25 .10-stable/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon.list
619619apt update
620620```
621621
@@ -704,4 +704,4 @@ Restart **centengine**:
704704
705705```shell
706706systemctl restart centengine
707- ```
707+ ```
You can’t perform that action at this time.
0 commit comments