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

Signed-off-by: Xe Iaso <xe@tailscale.com>
pull/3963/head
Xe Iaso 2 years ago committed by GitHub
parent 8cf6d0a17b
commit a45f8accdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save