Seems there is a bug with the default cPanel install script on fresh cPanel Servers and VPS.
When running the normal sh latest the script, the cPanel installer automatically opts for the RELEASE tier and is failing .
cPanel technicians carefully mentioned that there may currently be an issue with the installer which they are looking into.
Advised by Christopher : To by pass this issue you need to set the installer to run the CURRENT release installation (11.32.x) , which can be downgraded at a later date if desired.
Please run the below commands to force the updater to install CURRENT:
echo “CPANEL=current” > /etc/cpupdate.conf
sh /home/latest
When running the normal sh latest the script, the cPanel installer automatically opts for the RELEASE tier and is failing .
cPanel technicians carefully mentioned that there may currently be an issue with the installer which they are looking into.
Advised by Christopher : To by pass this issue you need to set the installer to run the CURRENT release installation (11.32.x) , which can be downgraded at a later date if desired.
Please run the below commands to force the updater to install CURRENT:
echo “CPANEL=current” > /etc/cpupdate.conf
sh /home/latest