1 recipe shared
This script will install imagick via PECL and add the extension to your php.ini file, for servers running PHP 7.3
#!/bin/bash if [ "$EUID" -ne 0 ] then echo "Please run as root" exit