Update supported distro: remove Stretch add Bookworm

This commit is contained in:
Edi Septriyanto
2023-04-17 01:09:27 +07:00
parent 322ffa8204
commit f87c7013e5

View File

@@ -383,15 +383,15 @@ function get_release_name() {
# TODO for Debian install
case ${MAJOR_RELEASE_VERSION} in
9)
RELEASE_NAME="stretch"
;;
10)
RELEASE_NAME="buster"
;;
11)
RELEASE_NAME="bullseye"
;;
12)
RELEASE_NAME="bookworm"
;;
*)
RELEASE_NAME="unsupported"
;;