CentOS 未安装宝塔,直接安装宝塔纯净版命令
yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh
已安装官方版本,执行下列命令升级到7.6.0纯净版
curl http://v7.hostcli.com/install/update6.sh|bash
任意非官方版本还原到官方最新版
curl http://download.bt.cn/install/update6.sh|bash标签:宝塔,hostcli,http,sh,install,linux,安装 From: https://www.cnblogs.com/shengruxiahuaya/p/17151511.html