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

24 lines
633 B
Bash
Raw Normal View History

2017-02-18 16:45:43 +01:00
#!/bin/bash
2020-05-17 09:28:22 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2017-02-18 16:45:43 +01:00
2020-05-24 16:03:10 +02:00
# Debian package version for Grafana
2023-06-07 08:11:10 +02:00
GRAFANA_VERSION="9.5.3"
2021-08-22 16:17:29 +02:00
2020-05-17 09:28:22 +02:00
# dependencies used by the app
pkg_dependencies="influxdb"
2020-05-17 09:28:22 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2020-05-17 09:28:22 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2020-05-17 09:28:22 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================