scripts/installer: handle fedora (#3235)

We missed a switch case.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
Xe 2021-11-01 12:29:48 -04:00 committed by GitHub
parent 3a2b0fc36c
commit b02eb1d5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,6 +250,9 @@ main() {
OS_UNSUPPORTED=1
fi
;;
fedora)
# All versions supported, no version checking required.
;;
arch)
# Rolling release, no version checking needed.
;;