Skip to content

Commit d0cc978

Browse files
emgcentreontuntoja
authored andcommitted
Fix repo typo in upgrade from 24.10 procedure (#4861)
* Fix repo typo in upgrade from 24.10 procedure * Update upgrade-from-24-10.md
1 parent fd3c27e commit d0cc978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versioned_docs/version-25.10/upgrade/upgrade-from-24-10.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,22 +600,22 @@ Run the following command:
600600
601601
```shell
602602
dnf 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
610610
dnf 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
619619
apt update
620620
```
621621
@@ -704,4 +704,4 @@ Restart **centengine**:
704704
705705
```shell
706706
systemctl restart centengine
707-
```
707+
```

0 commit comments

Comments
 (0)