matrix-puppet-discord_ynh/scripts/_common.sh

24 lines
634 B
Bash
Raw Normal View History

2021-09-11 16:08:56 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-09-12 14:49:16 +02:00
# Node version
NODEJS_VERSION=16
2021-09-11 16:08:56 +02:00
2022-09-05 21:45:47 +02:00
# dependencies used by the app (must be on a single line)
pkg_dependencies="postgresql"
2021-09-11 16:08:56 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2022-09-05 21:45:47 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================