1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00
collabora_ynh/scripts/_common.sh

21 lines
581 B
Bash
Raw Normal View History

2017-06-21 19:42:17 +02:00
#!/bin/bash
2019-08-04 23:00:10 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2017-06-21 19:42:17 +02:00
2019-08-04 23:00:10 +02:00
# dependencies used by the app
pkg_dependencies="loolwsd code-brand"
2017-06-21 19:42:17 +02:00
2019-08-04 23:00:10 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2017-06-21 19:42:17 +02:00
2019-08-04 23:00:10 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2017-06-21 19:42:17 +02:00
2019-08-04 23:00:10 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================