From 0885ed9e1e03d1c945676ed66e0918f4dc60fa2f Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sat, 28 Mar 2020 21:27:03 +0300 Subject: [PATCH] Update example_centos.rst --- admin_manual/installation/example_centos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/example_centos.rst b/admin_manual/installation/example_centos.rst index d0dae7500..e95d9e49b 100644 --- a/admin_manual/installation/example_centos.rst +++ b/admin_manual/installation/example_centos.rst @@ -80,8 +80,8 @@ Installing PHP and the required modules Next install the PHP modules needed for this install. Remember, because this is a limited basic install, we only install the neccessary modules, not all of them. If you are making a more complete install, please refer to PHP module list in the source installation documentation, :doc:`../installation/source_installation`.:: - dnf install -y php74 php74-php-gd php74-php-mbstring php74-php-intl php74-php-pecl-apcu\ - php74-php-mysqlnd php74-php-opcache php74-php-json php74-php-zip + dnf install -y php php-gd php-mbstring php-intl php-pecl-apcu\ + php-mysqlnd php-opcache php-json php-zip Manually building redis/imagick (optional)