matrix-puppet-discord_ynh/scripts/_common.sh

15 lines
351 B
Bash
Raw Normal View History

2021-09-11 16:08:56 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2021-09-12 14:49:16 +02:00
pkg_dependencies="postgresql"
# Node version
NODEJS_VERSION=14
2021-09-11 16:08:56 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================