Had to change the apt_source_distribution to stable, since the repository doesn't differ in distributions

This commit is contained in:
Dominique Roux 2019-07-24 13:35:46 +02:00
parent 6bb58f8820
commit a70d2e0af5
1 changed files with 4 additions and 2 deletions

View File

@ -8,10 +8,12 @@ case $os in
debian|devuan)
case $os_version in
8*|jessie)
apt_source_distribution=jessie
# Differntation not needed anymore
apt_source_distribution=stable
;;
9*|ascii/ceres|ascii)
apt_source_distribution=stretch
# 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