diff --git a/manifest.json b/manifest.json index fe47b20..8569dcd 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "moodle", "packaging_format": 1, "description": { - "en": "Moodle package for YunoHost application.", - "fr": "Moodle de package d’application pour YunoHost." + "en": "An online learning platform", + "fr": "Une plateforme d'apprentissage en ligne" }, "version": "3.8.2~ynh2", "url": "https://moodle.org/", diff --git a/scripts/backup b/scripts/backup index 124f7f0..f2873e9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -7,9 +7,9 @@ #================================================= source ../settings/scripts/_common.sh -source /usr/share/yunohost/helpers source ../settings/scripts/ynh_add_extra_apt_repos source ../settings/scripts/ynh_install_php +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/install b/scripts/install index f3c787d..51129c9 100644 --- a/scripts/install +++ b/scripts/install @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/remove b/scripts/remove index bce7299..272d620 100644 --- a/scripts/remove +++ b/scripts/remove @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS diff --git a/scripts/restore b/scripts/restore index f5b810f..4f7a287 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,9 +7,9 @@ #================================================= source ../settings/scripts/_common.sh -source /usr/share/yunohost/helpers source ../settings/scripts/ynh_add_extra_apt_repos source ../settings/scripts/ynh_install_php +source /usr/share/yunohost/helpers #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/upgrade b/scripts/upgrade index 91ac469..0c11d5c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -7,9 +7,9 @@ #================================================= source _common.sh -source /usr/share/yunohost/helpers source ynh_add_extra_apt_repos source ynh_install_php +source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS