scripts/installer: add Centos Stream 9 support (#3818)
Blocked on package server support being deployed Signed-off-by: Xe <xe@tailscale.com>pull/3819/head
parent
7a18fe3dca
commit
ae525a7394
|
@ -250,7 +250,8 @@ main() {
|
|||
;;
|
||||
centos)
|
||||
if [ "$VERSION" != "7" ] && \
|
||||
[ "$VERSION" != "8" ]
|
||||
[ "$VERSION" != "8" ] && \
|
||||
[ "$VERSION" != "9" ]
|
||||
then
|
||||
OS_UNSUPPORTED=1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue