1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
etherpad_mypads_ynh/scripts/_variables
2020-03-12 18:59:06 +01:00

14 lines
343 B
Bash

#!/bin/bash
# Dependencies for abiword
abiword_app_depencencies="abiword"
# Dependencies for libre office
libreoffice_app_dependencies="unoconv libreoffice-writer"
# NodeJS version
nodejs_version=10
# Mypads version
# This variable is mostly used to force an upgrade of the package in case of new versions of mypads.
mypads_version=1.7.10