mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
24 lines
744 B
Bash
24 lines
744 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies="mongodb mongodb-server mongo-tools"
|
|
pkg_dependencies_buster="mongodb-org mongodb-org-server mongodb-org-tools"
|
|
mongodb_stretch="mongodb"
|
|
mongodb_buster="mongod"
|
|
nodejsversion=12.16.2
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|