From a45f8accdb30d66fa49c7463e015a335ed55a57e Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 17 Feb 2022 09:52:35 -0500 Subject: [PATCH] scripts/installer: add Ubuntu 22.04 LTS Jammy Jellyfish (#3955) Signed-off-by: Xe Iaso --- scripts/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 9ad26f8e7..277aeae4b 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -231,7 +231,8 @@ main() { [ "$VERSION" != "focal" ] && \ [ "$VERSION" != "groovy" ] && \ [ "$VERSION" != "hirsute" ] && \ - [ "$VERSION" != "impish" ] + [ "$VERSION" != "impish" ] && \ + [ "$VERSION" != "jammy" ] then OS_UNSUPPORTED=1 fi