1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

add back php zip module

This commit is contained in:
Sebastian Gumprich 2017-07-02 15:39:58 +02:00
parent bb1ecb0a09
commit bc7a793ea6

View file

@ -219,7 +219,7 @@ ynh_install_php7 () {
fi
ynh_package_update
ynh_package_install php7.0 php7.0-fpm php7.0-mysql php7.0-xml php7.0-intl php7.0-mbstring --no-install-recommends
ynh_package_install php7.0 php7.0-zip php7.0-fpm php7.0-mysql php7.0-xml php7.0-intl php7.0-mbstring --no-install-recommends
sudo update-alternatives --install /usr/bin/php php /usr/bin/php5 70
}