[GRAFANA] Updated manifest for working with debian buster
This commit is contained in:
parent
3edf207994
commit
8ecb78b599
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ case $os in
|
|||
# Differntation not needed anymore
|
||||
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
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue