]> git.mxchange.org Git - friendica.git/commitdiff
Added missing mbstring php module to xenial setup in vagrant
authorEelco Maljaars <eelco@maljaars-it.nl>
Sun, 19 Feb 2017 14:44:48 +0000 (15:44 +0100)
committerEelco Maljaars <eelco@maljaars-it.nl>
Sun, 19 Feb 2017 14:44:48 +0000 (15:44 +0100)
util/vagrant_provision.sh

index 100764caba6e05adf3a0c8322f4661d032b3abc5..6b7f0b862ef959ba8592e718d06dcb3f9c8ac0ba 100644 (file)
@@ -51,7 +51,7 @@ if [ $( lsb_release -c | cut -f 2 ) == "trusty" ]; then
     sudo service apache2 restart
 elif [ $( lsb_release -c | cut -f 2 ) == "xenial" ]; then
     echo ">>> Installing PHP7"
-    sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd
+    sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring
     sudo apt-get install -y imagemagick
     sudo apt-get install -y php-imagick
     sudo systemctl restart apache2