From 995b333038bdad55d2d8637ef217e9222d156e7a Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 18 May 2022 14:01:35 +0300 Subject: [PATCH] add alma linux for know distributions --- webvirtcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webvirtcloud.sh b/webvirtcloud.sh index 27f56ed..f180442 100644 --- a/webvirtcloud.sh +++ b/webvirtcloud.sh @@ -312,7 +312,7 @@ echo ' ' echo "" -echo " Welcome to Webvirtcloud Installer for CentOS, Fedora, Debian and Ubuntu!" +echo " Welcome to Webvirtcloud Installer for RHEL&Alternatives, Fedora, Debian and Ubuntu!" echo "" shopt -s nocasematch case $distro in @@ -334,7 +334,7 @@ case $distro in supervisor_conf_path=/etc/supervisor/conf.d supervisor_file_name=webvirtcloud.conf ;; - *centos*|*redhat*|*ol*|*rhel*|*rocky*) + *centos*|*redhat*|*ol*|*rhel*|*rocky*|*alma*) echo " The installer has detected $distro version $version." distro=centos nginx_group=nginx