forked from ungleich-public/cdist
Added support for Devuan Daedalus
Added one line that allows cdist to support Devuan Daedelus version
This commit is contained in:
parent
ed3da3c829
commit
08a6b467fa
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ in
|
|||
# ceres versions don't have a number, so we decode by codename:
|
||||
case ${devuan_version}
|
||||
in
|
||||
(daedalus/ceres) echo 4.99 ;;
|
||||
(chimaera/ceres) echo 3.99 ;;
|
||||
(beowulf/ceres) echo 2.99 ;;
|
||||
(ascii/ceres) echo 1.99 ;;
|
||||
|
|
Loading…
Reference in a new issue