scripts/install.sh: add Ubuntu Kinetic Kudu
Signed-off-by: Denton Gentry <dgentry@tailscale.com>pull/6043/head
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