1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

Merge pull request #503 from catborise/master

add alma linux for know distributions
This commit is contained in:
catborise 2022-05-18 14:08:26 +03:00 committed by GitHub
commit 12f0c70069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,7 +336,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
@ -358,7 +358,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