7.9.9 – Centos系统脚本
yum install -y wget && wget -O install.sh https://panel.wang/install/install_6.0.sh && sh install.sh
7.9.9 – Ubuntu/Debian系统
wget -O install.sh https://panel.wang/install/install_6.0.sh && bash install.sh
7.9.8 – 安装脚本
wget -O install.sh https://cdn.0o8.cn/install/install_6.0.sh && bash install.sh
7.9.8 – 更新脚本
curl https://cdn.0o8.cn/install/update6.sh|bash