diff --git a/README.md b/README.md index 99fd6fc..3c0f4bb 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ [![Integration level](https://dash.yunohost.org/integration/zap.svg)](https://dash.yunohost.org/appci/app/zap) [![Install Nextcloud with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zap) -> *This package allow you to install Nextcloud quickly and simply on a YunoHost server. +> *This package allow you to install ZAP quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* -
-Version: **2.6** + + +Version: 2.6 ### Interesting links diff --git a/scripts/_common.sh b/scripts/_common.sh index 5a23916..234217a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies=php-mbstring php5-cli 'php5-imagick|php-imagick' php5-gd php5-mcrypt 'php-xml|base-files(<<9.0)' +pkg_dependencies="php-mbstring php-cli php-imagick php-xml php-zip" #================================================= # PERSONAL HELPERS