1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00
synapse-admin_ynh/scripts/_common.sh

22 lines
589 B
Bash
Raw Normal View History

2021-05-10 15:15:42 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-08-23 17:06:21 +02:00
version_commit="40d0813898bccb30f00e585718176be8e4821bbe"
2021-05-10 15:15:42 +02:00
2021-05-10 15:26:09 +02:00
nodejs_version=12
2021-05-10 15:15:42 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================