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
659 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
2022-11-11 22:16:17 +01:00
pkg_dependencies="coolwsd code-brand hunspell-de-de hunspell-en-us hunspell-en-gb hunspell-fr hunspell-nl hunspell"
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
#=================================================