1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
mattermost_ynh/scripts/_common.sh

21 lines
601 B
Bash
Raw Normal View History

2021-01-11 23:46:48 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-06-22 10:58:12 +02:00
# dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib pgloader"
2022-06-22 10:58:12 +02:00
2021-01-11 23:46:48 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================