From 13f75b9667c0522323b7b4c8a1762debbf0e7866 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 16 Apr 2022 17:33:45 -0700 Subject: [PATCH] scripts/install: add Alma Linux. Tested using an Alma Linux 8.5 VM. Updates https://github.com/tailscale/tailscale/issues/2915 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 027e87db3..f2b8c335b 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -151,7 +151,7 @@ main() { VERSION="" PACKAGETYPE="dnf" ;; - rocky) + rocky|almalinux) OS="fedora" VERSION="" PACKAGETYPE="dnf"