From 7a63269f339ec411e8c763b86aefb9068b69c3da Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 10 Jul 2021 14:10:00 -0700 Subject: [PATCH] Add Alma Linux to the list https://www.virtualmin.com/node/71255 --- servers/servers-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/servers-lib.pl b/servers/servers-lib.pl index ef521283b..0bba25b9a 100755 --- a/servers/servers-lib.pl +++ b/servers/servers-lib.pl @@ -31,6 +31,7 @@ our @cluster_modules = ( "cluster-software" ); our @server_types = ( # Linux sub-types, which have to come first [ 'asianux', 'Asianux', undef, 'Asianux' ], + [ 'alma', 'Alma Linux', undef, 'Alma' ], [ 'centos', 'CentOS Linux', undef, 'CentOS' ], [ 'ubuntu', 'Ubuntu Linux', undef, 'Ubuntu' ], [ 'fedora', 'Fedora Linux', undef, 'Fedora' ],