scripts/installer: add Ubuntu 22.04 LTS Jammy Jellyfish (#3955)
Signed-off-by: Xe Iaso <xe@tailscale.com>pull/3963/head
parent
8cf6d0a17b
commit
a45f8accdb
|
@ -231,7 +231,8 @@ main() {
|
||||||
[ "$VERSION" != "focal" ] && \
|
[ "$VERSION" != "focal" ] && \
|
||||||
[ "$VERSION" != "groovy" ] && \
|
[ "$VERSION" != "groovy" ] && \
|
||||||
[ "$VERSION" != "hirsute" ] && \
|
[ "$VERSION" != "hirsute" ] && \
|
||||||
[ "$VERSION" != "impish" ]
|
[ "$VERSION" != "impish" ] && \
|
||||||
|
[ "$VERSION" != "jammy" ]
|
||||||
then
|
then
|
||||||
OS_UNSUPPORTED=1
|
OS_UNSUPPORTED=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue