Had to change the apt_source_distribution to stable, since the repository doesn't differ in distributions
This commit is contained in:
parent
6bb58f8820
commit
a70d2e0af5
1 changed files with 4 additions and 2 deletions
|
@ -8,10 +8,12 @@ case $os in
|
||||||
debian|devuan)
|
debian|devuan)
|
||||||
case $os_version in
|
case $os_version in
|
||||||
8*|jessie)
|
8*|jessie)
|
||||||
apt_source_distribution=jessie
|
# Differntation not needed anymore
|
||||||
|
apt_source_distribution=stable
|
||||||
;;
|
;;
|
||||||
9*|ascii/ceres|ascii)
|
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
|
echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2
|
||||||
|
|
Loading…
Reference in a new issue