From 79ef5ccf4d2cd39f09fbb45eced6196588c804d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 6 Jul 2019 11:33:33 +0200 Subject: [PATCH] Enable Debian buster for non experts. Its in decent shape, small bugs will eventually be fixed and official release is just around the corner. --- lib/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.sh b/lib/main.sh index df3cde6ea..ee324b3b6 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -249,7 +249,7 @@ if [[ $KERNEL_ONLY != yes && -z $RELEASE ]]; then options=() [[ $EXPERT = yes ]] && options+=("jessie" "Debian 8 Jessie / unsupported") options+=("stretch" "Debian 9 Stretch") - [[ $EXPERT = yes ]] && options+=("buster" "Debian 10 Buster / unsupported") + options+=("buster" "Debian 10 Buster") options+=("xenial" "Ubuntu Xenial 16.04 LTS") options+=("bionic" "Ubuntu Bionic 18.04 LTS") [[ $EXPERT = yes ]] && options+=("disco" "Ubuntu Disco 19.04 / unsupported")