From 59fc7dd745069abe00f093b97d4339c35de7da26 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 12 Jun 2023 09:53:55 +0200 Subject: [PATCH] Fix installation doc for centOS --- doc/02-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index fcd91cb84..97afed500 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -245,7 +245,7 @@ install a web server and PHP and make Icinga Web 2 work out-of-the-box. #### CentOS ``` -dnf install icingaweb2 icingacli +yum install icingaweb2 icingacli ```