宝塔面板9.6.0开心版企业纯净版+宝塔云监控面板一键安装脚本

宝塔面板9.6.0开心版企业纯净版+宝塔云监控面板一键安装脚本

Image

------正文内容展示,开始汲取新知识啦------

宝塔面板开心版企业纯净版安装脚本

注:公益项目,仅供个人测试,请勿使用于商业用途

去除专业版,企业版收费

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]-纯净面板和监控安装代码面板公告-编程笔记

堡塔云监控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

14d90effdb20240807161242

 

© 版权声明
THE END
Image
点赞7 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容