Skip to content

Instantly share code, notes, and snippets.

View voicecode-bv's full-sized avatar

Michael Blijleven voicecode-bv

View GitHub Profile
@voicecode-bv
voicecode-bv / imagick3.4.4-PHP7.3-forge.sh
Last active June 7, 2019 11:13 — forked from rostockahoi/imagick3.4.3-PHP7.2-forge.sh
Install Imagick 3.4.4 on PHP 7.2 server (Laravel Forge)
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
apt-get install pkg-config libmagickwand-dev -y
cd /tmp
wget https://pecl.php.net/get/imagick-3.4.4.tgz
tar xvzf imagick-3.4.4.tgz