这篇文章上次修改于 1094 天前,可能其部分内容已经发生变化,如有疑问可询问作者。

说明

  • 注意:开心版存在风险,切勿在生产环境中使用,安装前先备份重要数据
  • 说明:2021-07-20 测试可用
  • 脚本来源:http://www.hostcli.com
 

安装

Centos

yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh

Ubuntu

wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian

wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_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

 

恢复

不想使用开心版,可以直接使用官方腳本转成免费版本

wget -O update.sh http://download.bt.cn/install/update.sh && bash update.sh free

// 或者

curl http://download.bt.cn/install/update6.sh|bash