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

Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
Xe Iaso 2022-02-17 09:52:35 -05:00 committed by GitHub
parent 8cf6d0a17b
commit a45f8accdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,8 @@ main() {
[ "$VERSION" != "focal" ] && \
[ "$VERSION" != "groovy" ] && \
[ "$VERSION" != "hirsute" ] && \
[ "$VERSION" != "impish" ]
[ "$VERSION" != "impish" ] && \
[ "$VERSION" != "jammy" ]
then
OS_UNSUPPORTED=1
fi