From 8d16399e50774b4d5811a06054f7c4a11a61350c Mon Sep 17 00:00:00 2001 From: gqgunhed <110590071+gqgunhed@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:13:22 +0200 Subject: [PATCH] Added NAME_VERIFY=Ubuntu_2204 section --- usr/local/share/bastille/create.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 8c7d2455..acb49b8b 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -759,6 +759,11 @@ if [ -z "${EMPTY_JAIL}" ]; then NAME_VERIFY=Ubuntu_2004 validate_release ;; + ubuntu_jammy|jammy|ubuntu-jammy) + UBUNTU="1" + NAME_VERIFY=Ubuntu_2204 + validate_release + ;; debian_buster|buster|debian-buster) NAME_VERIFY=Debian10 validate_release