scripts/install.sh: add Ubuntu Kinetic Kudu

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2022-10-22 14:58:48 -07:00 committed by Denton Gentry
parent 575c599410
commit 9beb07b4ff

View File

@ -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