mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-14 18:22:18 +00:00
Enable Debian buster
for non experts. Its in decent shape, small bugs will eventually be fixed and official release is just around the corner.
This commit is contained in:
parent
76ac54aae3
commit
79ef5ccf4d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue