]> git.mxchange.org Git - friendica.git/commitdiff
make sure that the VM has php-zip installed that is needed by composer
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Mar 2018 10:06:16 +0000 (12:06 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 29 Mar 2018 10:06:16 +0000 (12:06 +0200)
util/vagrant_provision.sh

index 353009450949a3c7bdbac73a73af5fa30b4d0dcb..836d12368b2ccc45f09fdc7b99bc6290773a75af 100755 (executable)
@@ -43,7 +43,7 @@ sudo chmod guo+x /usr/local/bin/vhost
 
 #Install php
 echo ">>> Installing PHP7"
-sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick
+sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick php-zip
 sudo systemctl restart apache2
 
 #Install mysql