mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
Update supported distro: remove Stretch add Bookworm
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user