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

21 lines
550 B
Bash
Raw Normal View History

#!/bin/bash
2021-03-25 17:00:29 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2023-06-13 20:52:25 +02:00
nodejs_version=18
2023-05-19 08:50:31 +02:00
nodebb_version=v3.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
#=================================================