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