From a94d53a09dc0c002f6f0ae374e0b55831f4395f7 Mon Sep 17 00:00:00 2001 From: Owain Jones <owanes@noc.ac.uk> Date: Tue, 3 May 2016 10:56:32 +0000 Subject: [PATCH] added php-intl package to install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 49266bb..7526185 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ systemctl enable mongod yum install -y MySQL-python python-sqlalchemy # Install PHP -yum install -y php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin phpize +yum install -y php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin phpize php-intl # We install normal PHP *then* replace with php7 packages because phpmyadmin # wants original PHP, by replacing with php7 after the phpMA package doesn't -- GitLab