diff --git a/install.sh b/install.sh index 49266bb8a787751a9f986629025094506a56025d..75261853180b08c402172736fe2605756b0e245f 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