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:
commit
a0df251c52
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue