1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
codimd_ynh/scripts/_common.sh

23 lines
623 B
Bash
Raw Normal View History

2019-11-28 02:05:34 +01:00
#!/bin/bash
2020-05-21 12:49:24 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2021-06-13 09:50:37 +02:00
pkg_dependencies="postgresql apt-transport-https libssl-dev"
2020-05-21 12:49:24 +02:00
nodejs_version=12
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================