1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 07:35:22 +00:00

add alma linux for know distributions

This commit is contained in:
catborise 2022-05-18 14:01:35 +03:00
parent 2877f7b120
commit 995b333038

View file

@ -312,7 +312,7 @@ echo '
' '
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 "" echo ""
shopt -s nocasematch shopt -s nocasematch
case $distro in case $distro in
@ -334,7 +334,7 @@ case $distro in
supervisor_conf_path=/etc/supervisor/conf.d supervisor_conf_path=/etc/supervisor/conf.d
supervisor_file_name=webvirtcloud.conf supervisor_file_name=webvirtcloud.conf
;; ;;
*centos*|*redhat*|*ol*|*rhel*|*rocky*) *centos*|*redhat*|*ol*|*rhel*|*rocky*|*alma*)
echo " The installer has detected $distro version $version." echo " The installer has detected $distro version $version."
distro=centos distro=centos
nginx_group=nginx nginx_group=nginx