diff --git a/README.md b/README.md index 7b3d2d93..fb8b46db 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ [![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://dash.yunohost.org/appci/app/hubzilla) [![Install Nextcloud with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hubzilla) -> *This package allow you to install Nextcloud quickly and simply on a YunoHost server. +> *This package allow you to install Hubzilla 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: **4.0.1** ### Interesting links diff --git a/scripts/_common.sh b/scripts/_common.sh index 5a23916d..234217a3 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