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

19 lines
421 B
Bash
Raw Normal View History

2021-07-10 19:40:17 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-01-30 00:02:31 +01:00
nodejs_version=14
2021-07-10 19:40:17 +02:00
2024-06-10 21:33:54 +02:00
mongo_version=6.0
2022-07-26 21:05:19 +02:00
2021-07-10 19:40:17 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================