1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2024-05-20 23:17:45 +02:00
commit a0df251c52

View file

@ -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
"""