From 4ea33d874026d2ab8781c8ba701945e0f98c7b0e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 13 Jan 2021 09:21:05 +0100 Subject: [PATCH] Fix --- README.md | 6 +++++- scripts/remove | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6dea1f..d56a2dc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ Mattermost is a self-hosted, open source instant messaging and service software. ## YunoHost specific features +This package can install the [*Entreprise Edition*](https://docs.mattermost.com/overview/product.html#mattermost-enterprise-edition) or the [*Team Edition*](https://docs.mattermost.com/overview/product.html#mattermost-team-edition). + +Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/download/) + #### Multi-user support * Are LDAP and HTTP auth supported? **No** @@ -44,7 +48,7 @@ Mattermost is a self-hosted, open source instant messaging and service software. ## Additional information -* This package can by installed on `ARM`, `ARM64` and `x86-64` architecture. +* This package can by installed on `ARM`, `ARM64` and `x86-64` architecture (only `x86-64` if you choose to ibstall the *Entreprise Edition*). ## Links diff --git a/scripts/remove b/scripts/remove index fb1ec22..46b9cc8 100755 --- a/scripts/remove +++ b/scripts/remove @@ -43,7 +43,7 @@ ynh_script_progression --message="Stopping and removing the systemd service..." ynh_remove_systemd_config #================================================= -# REMOVE THE POSTGRESQL DATABASE +# REMOVE THE MySQL DATABASE #================================================= ynh_script_progression --message="Removing the MySQL database..." --weight=2