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>pull/4397/head
parent
c2b907c965
commit
13f75b9667
|
@ -151,7 +151,7 @@ main() {
|
||||||
VERSION=""
|
VERSION=""
|
||||||
PACKAGETYPE="dnf"
|
PACKAGETYPE="dnf"
|
||||||
;;
|
;;
|
||||||
rocky)
|
rocky|almalinux)
|
||||||
OS="fedora"
|
OS="fedora"
|
||||||
VERSION=""
|
VERSION=""
|
||||||
PACKAGETYPE="dnf"
|
PACKAGETYPE="dnf"
|
||||||
|
|
Loading…
Reference in New Issue