From 191b4115d2e4f979369a5f7c38860cabd0186232 Mon Sep 17 00:00:00 2001 From: anmol Date: Thu, 4 Apr 2019 22:28:09 +0530 Subject: [PATCH] Updated readme and fix dependencies --- README.md | 7 ++++--- scripts/_common.sh | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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