From 8a5dadda705c825c7ac70e6fa932ace0acbc069d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Sep 2020 12:39:47 +0200 Subject: [PATCH] cleanup --- README_fr.md | 2 +- scripts/_common.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 368ef4d..9355685 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer REPLACEBYYOURAPP rapidement et simplement sur un serveur YunoHost. +> *Ce package vous permet d'installer Movim rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* ## Vue d'ensemble diff --git a/scripts/_common.sh b/scripts/_common.sh index e2737c1..83966a7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,6 @@ YNH_PHP_VERSION="7.3" extra_php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml" - #================================================= # PERSONAL HELPERS #=================================================