Hello.
Is there a command to install the CPanel (even on Edge version) on a PC with Rocky Linux 9.1 / 9.2? Because AWS only have those versions available to EC2.
I'm trying to use the following command on a 9.1 version, and it gives me the "cPanel, L.L.C. does not support rockylinux for new installations." error:
PS: Before exec the last command, I've already inserted the command to install the Edge version:
Is there a command to install the CPanel (even on Edge version) on a PC with Rocky Linux 9.1 / 9.2? Because AWS only have those versions available to EC2.
I'm trying to use the following command on a 9.1 version, and it gives me the "cPanel, L.L.C. does not support rockylinux for new installations." error:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest --experimental-os=rockylinux-9.1
PS: Before exec the last command, I've already inserted the command to install the Edge version:
echo "CPANEL=edge" > /etc/cpupdate.conf