YunoHost-Apps / wordpress_ynh

WordPress package for YunoHost
https://wordpress.org/
GNU General Public License v3.0
26 stars 30 forks source link

enh: install php7.0-imagick as a dependency #96

Open nqb opened 4 years ago

nqb commented 4 years ago

When you installed Wordpress 5.4, Site Health status report a possible improvement:

Warning The optional module, imagick, is not installed, or has been disabled.

It seems that php7.0-imagick is not installed as a WordPress dependency.

KevinGimbel commented 1 year ago

I'm seeing the same on WordPress 6.1 with a fresh YunoHost installation.

Is there any reason not to install imagick?

alexAubin commented 1 year ago

@KevinGimbel : no idea, if you're familiar with github you can add it here https://github.com/YunoHost-Apps/wordpress_ynh/blob/testing/scripts/_common.sh#L9 and create a pull request with this