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

21 lines
592 B
Bash
Raw Normal View History

2021-03-24 16:15:33 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-06-17 23:35:50 +02:00
2021-03-24 16:15:33 +01:00
# dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================