From 43fd762d9cec3a8d82ef3768466b7919aa45d16e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 5 Dec 2018 13:03:09 +0100 Subject: [PATCH] Add support for ascii/ceres --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest b/manifest index b19e932..59ae7e7 100755 --- a/manifest +++ b/manifest @@ -29,7 +29,7 @@ case "$os_version" in 8*|jessie) distribution="jessie" ;; - 9*|ascii) + 9*|ascii|ascii/ceres) distribution="stretch" ;; *)