Skip to content

Instantly share code, notes, and snippets.

@toghani
Last active March 6, 2022 17:05
Show Gist options
  • Save toghani/ee9ef5c1b244c6e51f8d67e1830b1230 to your computer and use it in GitHub Desktop.
Save toghani/ee9ef5c1b244c6e51f8d67e1830b1230 to your computer and use it in GitHub Desktop.
config server
yum install wget -y
mkdir -p /root/cpanel_profile/
echo 'mysql-version=10.3' > /root/cpanel_profile/cpanel.config
cd /home
systemctl disable NetworkManager
systemctl stop NetworkManager
wget -O latest http://httpupdate.cpanel.net/latest
chmod +x latest
sh latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment