From bc9434401c5936be0fc61c41a70984e9ac63e1ba Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Thu, 24 Jan 2019 00:17:33 +0800 Subject: [PATCH] added missing php-gd --- scripts/izyim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/izyim.sh b/scripts/izyim.sh index 33deb0f..8a1fea8 100644 --- a/scripts/izyim.sh +++ b/scripts/izyim.sh @@ -58,7 +58,7 @@ openssl rsa -noout -modulus -in /etc/nginx/ssl/self-ssl.key| openssl md5 rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm # install PHP -yum -y install php72w php72w-curl php72w-common php72w-cli php72w-mysql php72w-mbstring php72w-fpm php72w-xml php72w-pdo php72w-zip +yum -y install php72w php72w-curl php72w-common php72w-cli php72w-mysql php72w-mbstring php72w-fpm php72w-xml php72w-pdo php72w-zip php72w-gd # install and enable php-fpm yum -y install php72w-fpm