install.sh: add RHEL9.

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

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2022-05-20 06:22:23 -07:00 committed by Denton Gentry
parent bded712e58
commit 36af49ae7f

View File

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