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
2023-03-01 06:13:47 +00:00

23 lines
633 B
Bash

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