From a1536dba659c49d1bd949c217e3fe7a5ffc9b4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:31:27 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7b48a1a..8bc015f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -95,6 +95,6 @@ ram.runtime = "50M" [resources.apt] packages_from_raw_bash = """ - [[ "$export" == "libreoffice" ]] && ynh_exec_warn_less ynh_install_app_dependencies "unoconv libreoffice-writer" - [[ "$export" == "abiword" ]] && ynh_exec_warn_less ynh_install_app_dependencies "abiword" + [[ "$export" == "libreoffice" ]] && echo "unoconv libreoffice-writer" + [[ "$export" == "abiword" ]] && echo "abiword" """ \ No newline at end of file