uptime-kuma_ynh/scripts/_common.sh

26 lines
675 B
Bash
Raw Normal View History

2021-11-01 20:18:52 +03:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2021-11-01 23:19:23 +03:00
# pkg_dependencies="npm git nodejs"
2021-11-01 23:22:10 +03:00
pkg_dependencies=""
2021-11-01 23:19:23 +03:00
2021-11-02 00:10:03 +03:00
nodejs_version=14.18.1
2021-11-01 20:18:52 +03:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2021-11-01 23:19:23 +03:00
#=================================================
2021-11-01 20:18:52 +03:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================