cPanel setup script on the server

This script will enable you to setup cPanel on any Linux Server. #bin bash sudo su yum install perl yum install curl sudo yum install wget hostname host.yourdomainname.com passwd root ‘your_password’ cd /home curl -o latest -L https://securedownloads.cpanel.net/latest...