1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00
grafana_ynh/scripts/_common.sh
2022-10-26 06:15:49 +00:00

23 lines
633 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# Debian package version for Grafana
GRAFANA_VERSION="9.2.2"
# dependencies used by the app
pkg_dependencies="influxdb"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================