Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cPanel install steps
  2.  
  3. #!/bin/bash
  4. yum remove NetworkManager -y
  5. yum update -y
  6. echo "{{ hostname }}" >> /etc/hostname
  7. cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
  8. whmlogin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement