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 <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2022-04-16 17:33:45 -07:00 committed by Denton Gentry
parent c2b907c965
commit 13f75b9667

View File

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