scripts/installer: handle fedora (#3235)
We missed a switch case. Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
parent
3a2b0fc36c
commit
b02eb1d5c5
|
@ -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…
Reference in New Issue