scripts/installer.sh: add Nobara Linux.

Fixes https://github.com/tailscale/tailscale/issues/5763

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/6276/head
Denton Gentry 2022-11-10 13:51:38 -08:00 committed by Denton Gentry
parent 7a07bc654b
commit 446057d613
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ main() {
VERSION="" VERSION=""
PACKAGETYPE="dnf" PACKAGETYPE="dnf"
;; ;;
rocky|almalinux) rocky|almalinux|nobara)
OS="fedora" OS="fedora"
VERSION="" VERSION=""
PACKAGETYPE="dnf" PACKAGETYPE="dnf"