scripts/installer: add Centos Stream 9 support (#3818)

Blocked on package server support being deployed

Signed-off-by: Xe <xe@tailscale.com>
This commit is contained in:
Xe Iaso
2022-01-26 10:49:32 -05:00
committed by GitHub
parent 7a18fe3dca
commit ae525a7394
+2 -1
View File
@@ -250,7 +250,8 @@ main() {
;; ;;
centos) centos)
if [ "$VERSION" != "7" ] && \ if [ "$VERSION" != "7" ] && \
[ "$VERSION" != "8" ] [ "$VERSION" != "8" ] && \
[ "$VERSION" != "9" ]
then then
OS_UNSUPPORTED=1 OS_UNSUPPORTED=1
fi fi