mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 12:58:37 +00:00
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:
parent
bded712e58
commit
36af49ae7f
@ -299,7 +299,8 @@ main() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
rhel)
|
rhel)
|
||||||
if [ "$VERSION" != "8" ]
|
if [ "$VERSION" != "8" ] && \
|
||||||
|
[ "$VERSION" != "9" ]
|
||||||
then
|
then
|
||||||
OS_UNSUPPORTED=1
|
OS_UNSUPPORTED=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user