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

21 lines
585 B
Bash
Raw Normal View History

2019-02-05 21:08:32 +01:00
#!/bin/bash
2019-03-14 01:04:59 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="mongodb mongodb-server"
2019-02-20 17:45:11 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================