diff --git a/manifest.toml b/manifest.toml index f2258f7..8cf44bd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -82,14 +82,13 @@ ram.runtime = "50M" [resources.apt] packages = "" - + packages_from_raw_bash = """ if [[ "$export" == "libreoffice" ]] - then + then echo "unoconv libreoffice-writer" elif [[ "$export" == "abiword" ]] then echo "abiword" fi """ - \ No newline at end of file