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:
parent
bb1ecb0a09
commit
bc7a793ea6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue