forked from ungleich-public/cdist
Bugfix:
- __grafana_dashboard had the wrong release name for devuan ascii
This commit is contained in:
parent
1f2b7c84c2
commit
f04f76524c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ case $os in
|
||||||
8*|jessie)
|
8*|jessie)
|
||||||
apt_source_distribution=jessie
|
apt_source_distribution=jessie
|
||||||
;;
|
;;
|
||||||
9*|ascii/ceres)
|
9*|ascii/ceres|ascii)
|
||||||
apt_source_distribution=stretch
|
apt_source_distribution=stretch
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue