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] [resources.apt]
packages = "" packages = ""
packages_from_raw_bash = """ packages_from_raw_bash = """
if [[ "$export" == "libreoffice" ]] if [[ "$export" == "libreoffice" ]]
then then
echo "unoconv libreoffice-writer" echo "unoconv libreoffice-writer"
elif [[ "$export" == "abiword" ]] elif [[ "$export" == "abiword" ]]
then then
echo "abiword" echo "abiword"
fi fi
""" """