Merge pull request #2020 from nextcloud/backport/2015/stable18

[stable18] Fix code block
This commit is contained in:
Morris Jobke 2020-04-22 13:38:43 +02:00 committed by GitHub
commit 937a3452c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,8 @@ Next install the PHP modules needed for this install. Remember, because this is
Manually building redis/imagick (optional)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
dnf install -y php-pear gcc curl-devel php-devel zlib-devel pcre-devel make
pecl install redis
@ -96,6 +98,8 @@ Manually building redis/imagick (optional)
After installing the extensions make sure to load the extensions in your php.ini file with:
::
extension=redis.so
extension=imagick.so