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
584 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
#=================================================
2022-05-17 07:20:49 +02:00
# dependencies used by the app
pkg_dependencies=""
2022-05-16 12:45:32 +02:00
NODEJS_VERSION="14"
2019-03-14 01:04:59 +01:00
2019-02-20 17:45:11 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================