Add support for ascii/ceres
This commit is contained in:
parent
bde44d8d83
commit
43fd762d9c
1 changed files with 1 additions and 1 deletions
2
manifest
2
manifest
|
@ -29,7 +29,7 @@ case "$os_version" in
|
||||||
8*|jessie)
|
8*|jessie)
|
||||||
distribution="jessie"
|
distribution="jessie"
|
||||||
;;
|
;;
|
||||||
9*|ascii)
|
9*|ascii|ascii/ceres)
|
||||||
distribution="stretch"
|
distribution="stretch"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue