summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glpi-94-c7.md4
-rw-r--r--glpi-94-c8.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/glpi-94-c7.md b/glpi-94-c7.md
index 7469912..d329b05 100644
--- a/glpi-94-c7.md
+++ b/glpi-94-c7.md
@@ -71,12 +71,12 @@ so using the latest version 7.3 for performance (7.2 is also OK, 7.1 is close to
# systemctl enable --now httpd
-## GLPI 9.3
+## GLPI 9.4
### Install
# yum-config-manager --enable remi
- # yum-config-manager --enable remi-glpi93
+ # yum-config-manager --enable remi-glpi94
# yum install glpi
### Populate the DB
diff --git a/glpi-94-c8.md b/glpi-94-c8.md
index 7990692..679a23d 100644
--- a/glpi-94-c8.md
+++ b/glpi-94-c8.md
@@ -71,7 +71,7 @@ GLPI requires PHP >= 5.6, so using the latest version 7.3 for performance (7.2 i
# systemctl enable --now php-fpm
# systemctl enable --now httpd
-## GLPI 9.3
+## GLPI 9.4
### Install