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