
------正文内容展示,开始汲取新知识啦------
宝塔面板开心版企业纯净版安装脚本
注:公益项目,仅供个人测试,请勿使用于商业用途
去除专业版,企业版收费
Linux面板9.6.0安装脚本
万能通用安装脚本
if [ -f /usr/bin/curl ];then curl -sSO https://bt.wosow.top/install/install_panel.sh;else wget -O install_panel.sh https://bt.wosow.top/install/install_panel.sh;fi;bash install_panel.sh
一键更新脚本2
if [ -f /usr/bin/curl ];then curl -sSO https://bt.wosow.top/install/install_panel.sh;else wget -O install_panel.sh https://bt.wosow.top/install/install_panel.sh;fi;bash install_panel.sh
一键更新脚本1
curl https://bt.wosow.top/install/update6.sh|bash
不需要纯净版了,请执行这个安装官方版或到宝塔官方获取最新安装命令
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh
堡塔云监控2.3.0安装脚本
堡塔云监控安装脚本
if [ -f /usr/bin/curl ];then curl -sSO https://bt.wosow.top/install/install_btmonitor.sh;else wget -O install_btmonitor.sh https://bt.wosow.top/install/install_btmonitor.sh;fi;bash install_btmonitor.sh
堡塔云监控更新脚本
curl https://bt.wosow.top/install/update_btmonitor.sh|bash
© 版权声明
THE END
暂无评论内容