php-mbstring

This commit is contained in:
Michael RICOIS 2016-12-02 12:11:14 +01:00
parent e020b72653
commit 67489ba9be

View File

@ -55,7 +55,7 @@ fi
if [ ! -f /usr/bin/php ]; then
# Install
sudo apt-get update
sudo apt-get -y install htop unzip apache2 php7.0-fpm php7.0-cli php-apcu php7.0-curl php7.0-xmlrpc php7.0-xsl php7.0-mysql
sudo apt-get -y install htop unzip apache2 php7.0-fpm php7.0-cli php7.0-curl php7.0-xmlrpc php7.0-xsl php7.0-mysql php-apcu php-mbstring
if [ $VARGANTDEV -eq 1 ]; then
sudo apt-get -y install php-xdebug
fi