From 9beb07b4ffb3c05d77a4a7144084c80349e67463 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 22 Oct 2022 14:58:48 -0700 Subject: [PATCH] scripts/install.sh: add Ubuntu Kinetic Kudu Signed-off-by: Denton Gentry --- scripts/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 49124c00e..08f4b19d6 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -283,7 +283,8 @@ main() { [ "$VERSION" != "groovy" ] && \ [ "$VERSION" != "hirsute" ] && \ [ "$VERSION" != "impish" ] && \ - [ "$VERSION" != "jammy" ] + [ "$VERSION" != "jammy" ] && \ + [ "$VERSION" != "kinetic" ] then OS_UNSUPPORTED=1 fi