From 7ad18af3bde75d948787e866dd38253737d8f410 Mon Sep 17 00:00:00 2001 From: owanes <owain.jones@noc.ac.uk> Date: Wed, 28 Oct 2015 10:19:38 +0000 Subject: [PATCH] added php-mbstring package to list --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2b8632a..dafa302 100644 --- a/install.sh +++ b/install.sh @@ -49,7 +49,7 @@ systemctl enable mariadb pip install storm # Install PHP -yum install php php-fpm php-apc php-pdo php-mcrypt +yum install php php-fpm php-apc php-pdo php-mcrypt php-mbstring cp php-fpm-www.conf /etc/php-fpm.d/www.conf systemctl enable php-fpm -- GitLab