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-12-04 23:08:13 +01:00

20 lines
574 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# Debian package version for Grafana
GRAFANA_VERSION="10.2.1"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================