Browse Source

scripts/installer: add Ubuntu 22.04 LTS Jammy Jellyfish (#3955)

Signed-off-by: Xe Iaso <[email protected]>
Xe Iaso 4 years ago
parent
commit
a45f8accdb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/installer.sh

+ 2 - 1
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