Hello,
Please add support for ALMALINUX 8.
Please add official support for ALMALINUX 8 because Centos will be EOF.
You should add:
https://cyberpanel.net/install.sh
yum update curl wget ca-certificates -y 1> /dev/null
SERVER_OS=“CentOS”
elif echo $OUTPUT | grep -q “CentOS Linux 8” ; then
echo -e "
Detecting Centos 8…
"
SERVER_OS=“CentOS8”
elif echo $OUTPUT | grep -q “AlmaLinux 8” ; then
echo -e "
Detecting Centos 8…
"
SERVER_OS=“CentOS8”
yum install curl wget -y 1> /dev/null
