Exchanged entry for Debian9 with Debian12

This commit is contained in:
gqgunhed
2023-07-10 12:08:47 +02:00
committed by GitHub
parent a89f42242c
commit bea80db898

View File

@@ -759,10 +759,6 @@ if [ -z "${EMPTY_JAIL}" ]; then
NAME_VERIFY=Ubuntu_2004 NAME_VERIFY=Ubuntu_2004
validate_release validate_release
;; ;;
debian_stretch|stretch|debian-stretch)
NAME_VERIFY=Debian9
validate_release
;;
debian_buster|buster|debian-buster) debian_buster|buster|debian-buster)
NAME_VERIFY=Debian10 NAME_VERIFY=Debian10
validate_release validate_release
@@ -771,6 +767,10 @@ if [ -z "${EMPTY_JAIL}" ]; then
NAME_VERIFY=Debian11 NAME_VERIFY=Debian11
validate_release validate_release
;; ;;
debian_bookworm|bookworm|debian-bookworm)
NAME_VERIFY=Debian12
validate_release
;;
*) *)
error_notify "Unknown Release." error_notify "Unknown Release."
usage usage