[GRAFANA] Updated manifest for working with debian buster

This commit is contained in:
Dominique Roux 2019-11-29 17:19:39 +01:00
parent 3edf207994
commit 8ecb78b599

View file

@ -15,6 +15,10 @@ case $os in
# Differntation not needed anymore # Differntation not needed anymore
apt_source_distribution=stable apt_source_distribution=stable
;; ;;
10*|buster)
# Differntation not needed anymore
apt_source_distribution=stable
;;
*) *)
echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2 echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2
exit 1 exit 1