1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00
ztncui_ynh/scripts/_common.sh

23 lines
585 B
Bash
Raw Normal View History

2019-12-15 16:09:28 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-10-06 23:36:12 +02:00
nodejs_version=16
2019-12-15 16:09:28 +01:00
2020-04-16 16:08:39 +02:00
# dependencies used by the app
pkg_dependencies="g++"
2019-12-15 16:09:28 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================