mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
scripts/installer: add Ubuntu 22.04 LTS Jammy Jellyfish (#3955)
Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
parent
8cf6d0a17b
commit
a45f8accdb
@ -231,7 +231,8 @@ main() {
|
||||
[ "$VERSION" != "focal" ] && \
|
||||
[ "$VERSION" != "groovy" ] && \
|
||||
[ "$VERSION" != "hirsute" ] && \
|
||||
[ "$VERSION" != "impish" ]
|
||||
[ "$VERSION" != "impish" ] && \
|
||||
[ "$VERSION" != "jammy" ]
|
||||
then
|
||||
OS_UNSUPPORTED=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user