install.sh: add RHEL9.

Fixes https://github.com/tailscale/tailscale/issues/4718

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/4749/head
Denton Gentry 2 years ago committed by Denton Gentry
parent bded712e58
commit 36af49ae7f

@ -299,7 +299,8 @@ main() {
fi
;;
rhel)
if [ "$VERSION" != "8" ]
if [ "$VERSION" != "8" ] && \
[ "$VERSION" != "9" ]
then
OS_UNSUPPORTED=1
fi

Loading…
Cancel
Save