uptime-kuma_ynh/scripts/_common.sh

21 lines
577 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 20:33:37 +03:00
pkg_dependencies="npm git nodejs"
2021-11-01 20:18:52 +03:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================