mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
scripts/install.sh: add Ubuntu Kinetic Kudu
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
575c599410
commit
9beb07b4ff
@ -283,7 +283,8 @@ main() {
|
|||||||
[ "$VERSION" != "groovy" ] && \
|
[ "$VERSION" != "groovy" ] && \
|
||||||
[ "$VERSION" != "hirsute" ] && \
|
[ "$VERSION" != "hirsute" ] && \
|
||||||
[ "$VERSION" != "impish" ] && \
|
[ "$VERSION" != "impish" ] && \
|
||||||
[ "$VERSION" != "jammy" ]
|
[ "$VERSION" != "jammy" ] && \
|
||||||
|
[ "$VERSION" != "kinetic" ]
|
||||||
then
|
then
|
||||||
OS_UNSUPPORTED=1
|
OS_UNSUPPORTED=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user