if [ -f /usr/bin/curl ];then curl -sSO http://v920.hostcli.com/install/install_6.0.sh;else wget -O install_6.0.sh http://v920.hostcli.com/install/install_6.0.sh;fi;bash install_6.0.sh www.HostCLi.com
if [ -f /usr/bin/curl ];then curl -sSO http://v920.hostcli.com/install/install_btmonitor.sh;else wget -O install_btmonitor.sh http://v920.hostcli.com/install/install_btmonitor.sh;fi;bash install_btmonitor.sh www.HostCLi.com
yum install -y wget && wget -O install.sh http://v820.hostcli.com/install/install_6.0.sh && sh install.shCentOS 7在2024年6月30日官方停止维护,需要先执行以下命令才能执行安装宝塔命令:
wget -O install.sh http://v820.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.shDebian全新安装命令:
wget -O install.sh http://v820.hostcli.com/install/install-ubuntu_6.0.sh && bash install.sh万能安装命令:
if [ -f /usr/bin/curl ];then curl -sSO http://v820.hostcli.com/install/install_panel.sh;else wget -O install_panel.sh http://v820.hostcli.com/install_panel.sh;fi;bash install_panel.sh
curl http://v820.hostcli.com/install/update6.sh|bash其他非官方版本含开心版、快乐版、纯净版等,执行下列命令升级到8.2.0纯净版:
curl http://v820.hostcli.com/install/update6.sh|bash
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纯净版:
yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh其他非官方版本含开心版、快乐版、纯净版等 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