Update CentOS7 install procedure

After upgrading from 14.04 to 15.02 I got a warning about `imagick` on my server, so it seems that although it is not compulsory,  it might be a good idea to add it to minimize the number of warnings a user might experience after initial install.
This commit is contained in:
Hans Erasmus
2019-02-05 08:20:08 +02:00
committed by Backportbot
parent ef210885e2
commit c2611463cf

View File

@@ -292,7 +292,7 @@ Next install the PHP modules needed for this install. Remember, because this is
yum install -y php72w php72w-cli php72w-common php72w-curl php72w-gd \
php72w-mbstring php72w-mysqlnd php72w-process php72w-xml php72w-zip \
php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redis
php72w-opcache php72w-pecl-apcu php72w-intl php72w-pecl-redis php72w-pecl-imagick
**Database**