安装cPanel之前需要准备一个纯净的CentOS系统。
cd /home && curl -o latest -L http://httpupdate.cpanel.net/latest && sh latest
在安装之前请确认你的NetworkManager是否已经关闭,如果没有关闭,则可能会出现报错。
Centos 7关闭方式:
systemctl disable NetworkManager
systemctl stop NetworkManager
在关闭以后,开启Network服务以保证网络正常运行
systemctl enable network
systemctl start network
0 条评论