diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 32bf6c9b..8c7d2455 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -759,10 +759,6 @@ if [ -z "${EMPTY_JAIL}" ]; then NAME_VERIFY=Ubuntu_2004 validate_release ;; - debian_stretch|stretch|debian-stretch) - NAME_VERIFY=Debian9 - validate_release - ;; debian_buster|buster|debian-buster) NAME_VERIFY=Debian10 validate_release @@ -771,6 +767,10 @@ if [ -z "${EMPTY_JAIL}" ]; then NAME_VERIFY=Debian11 validate_release ;; + debian_bookworm|bookworm|debian-bookworm) + NAME_VERIFY=Debian12 + validate_release + ;; *) error_notify "Unknown Release." usage