Centos全新安装命令:根据系统执行框内命令开始安装(大约2分钟完成面板安装)升级后可能需要重启面板

1
yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh
Copied!
Ubuntu/Deepin全新安装命令:
1
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh
Copied!
Debian全新安装命令:
1
wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && bash install.sh
Copied!
Fedora全新安装命令:
1
wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && bash install.sh
Copied!
升级代码/修复面板:已经安装官方面板,执行下列命令升级到7.6.0纯净版:
1
curl http://v7.hostcli.com/install/update6.sh|bash
Copied!
其他非官方版本(含开心版、快乐版、纯净版等 7.4.5至7.6.0版本之间所有版本均可),执行下列命令升级到7.6.0纯净版:
1
curl http://v7.hostcli.com/install/update6.sh|bash
Copied!
任意非官方版本还原到官方最新版:
1
curl http://download.bt.cn/install/update6.sh|bash
Copied!