scripts/installer: handle fedora (#3235)

We missed a switch case.

Signed-off-by: Christine Dodrill <xe@tailscale.com>
pull/3191/head
Xe 3 years ago committed by GitHub
parent 3a2b0fc36c
commit b02eb1d5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save