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

21 lines
640 B
Bash
Raw Normal View History

2019-10-01 14:40:53 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2019-10-03 15:38:06 +02:00
export pkg_dependencies="apt-transport-https memcached openproject postgresql postgresql-common"
2019-10-01 14:40:53 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================