1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00
nodebb_ynh/scripts/_common.sh

23 lines
613 B
Bash
Raw Normal View History

#!/bin/bash
2021-03-25 17:00:29 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2021-03-25 17:00:29 +01:00
# dependencies used by the app
2021-09-01 15:32:18 +02:00
pkg_dependencies="postgresql"
2022-01-21 21:12:58 +01:00
nodejs_version=16
2022-06-15 23:29:09 +02:00
nodebb_version=v2.2.x
2021-08-31 23:13:00 +02:00
#=================================================
2021-03-25 17:00:29 +01:00
# PERSONAL HELPERS
#=================================================
#=================================================
2017-12-27 13:08:59 +01:00
# EXPERIMENTAL HELPERS
#=================================================
2021-08-31 16:30:08 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================