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

21 lines
549 B
Bash
Raw Normal View History

2021-06-05 12:43:11 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# NodeJS version
2021-06-07 11:31:40 +02:00
nodejs_version="14"
2021-06-05 12:43:11 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================