Add support for ascii/ceres

This commit is contained in:
Nico Schottelius 2018-12-05 13:03:09 +01:00
parent bde44d8d83
commit 43fd762d9c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ case "$os_version" in
8*|jessie)
distribution="jessie"
;;
9*|ascii)
9*|ascii|ascii/ceres)
distribution="stretch"
;;
*)