From 446057d6134055ab60d96f4ceee67c9d89e812f3 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Thu, 10 Nov 2022 13:51:38 -0800 Subject: [PATCH] scripts/installer.sh: add Nobara Linux. Fixes https://github.com/tailscale/tailscale/issues/5763 Signed-off-by: Denton Gentry --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index afa9c9dd2..394ecf9fe 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -172,7 +172,7 @@ main() { VERSION="" PACKAGETYPE="dnf" ;; - rocky|almalinux) + rocky|almalinux|nobara) OS="fedora" VERSION="" PACKAGETYPE="dnf"