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

23 lines
692 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
2020-03-19 22:20:33 +01:00
pkg_dependencies="mongodb mongodb-server mongo-tools"
pkg_dependencies_buster="mongodb-org mongodb-org-server mongo-org-tools"
2020-02-18 23:06:11 +01:00
nodejsversion=12.15.0
2019-03-14 01:04:59 +01:00
2019-02-20 17:45:11 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================