mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
10 lines
204 B
Bash
10 lines
204 B
Bash
#!/bin/bash
|
|
|
|
# Dependencies for abiword
|
|
abiword_app_depencencies="abiword"
|
|
|
|
# Dependencies for libre office
|
|
libreoffice_app_dependencies="unoconv libreoffice-writer"
|
|
|
|
# Version of nodejs
|
|
nodejs_version=4
|