mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-08 21:34:36 +00:00
Merge pull request #503 from catborise/master
add alma linux for know distributions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user