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" != "hirsute" ] && \
|
||||
[ "$VERSION" != "impish" ] && \
|
||||
[ "$VERSION" != "jammy" ]
|
||||
[ "$VERSION" != "jammy" ] && \
|
||||
[ "$VERSION" != "kinetic" ]
|
||||
then
|
||||
OS_UNSUPPORTED=1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue