install.sh: add RHEL9.

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

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
main
Denton Gentry 4 years ago committed by Denton Gentry
parent bded712e58
commit 36af49ae7f
  1. 3
      scripts/installer.sh

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

Loading…
Cancel
Save