Skip to content

sweetsky123/btpanel

Repository files navigation

基于原bt.sb版本迁移而来,将所有的资源迁移至GitHub保证下载稳定性,压缩大量代码和图片文件,清理了冗余资源,承诺不加任何病毒和后门

非常欢迎技术朋友们来审计我的代码

安装命令,默认安装11.0版本,请通过更新命令进行更新,请先安装11.0再执行更新脚本

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.0/install_latest.sh;else wget -O install_latest.sh https://github.com/sweetsky123/btpanel/releases/download/11.0/install_latest.sh;fi;bash install_latest.sh && rm -rf install_latest.sh

更新面板至最新(11.5)版本,所有版本包括低版本都可以用此命令更新。

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel.sh;else wget -O update_panel.sh https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel.sh;fi;bash update_panel.sh && rm -rf update_panel.sh

一些群友反馈11.5存在一些问题,若追求稳定性请使用11.4,以下是更新至11.4的命令,所有版本包括低版本都可以用此命令更新

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.4/update_11.4.sh;else wget -O update_11.4.sh https://github.com/sweetsky123/btpanel/releases/download/11.4/update_11.4.sh;fi;bash update_11.4.sh && rm -rf update_11.4.sh

UPX壳版本安装脚本(实验性)

安装命令,默认安装11.0版本,请通过更新命令进行更新

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.0/install_upx.sh;else wget -O install_upx.sh https://github.com/sweetsky123/btpanel/releases/download/11.0/install_upx.sh;fi;bash install_upx.sh && rm -rf install_upx.sh

最新版更新脚本

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel_upx.sh;else wget -O update_panel_upx.sh https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel_upx.sh;fi;bash update_panel_upx.sh && rm -rf update_panel_upx.sh

11.4-upx更新脚本

if [ -f /usr/bin/curl ];then curl -sSO -L https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel_upx.sh;else wget -O update_panel_upx.sh https://github.com/sweetsky123/btpanel/releases/download/11.0/update_panel_upx.sh;fi;bash update_panel_upx.sh && rm -rf update_panel_upx.sh

About

宝塔面板优化版,尽可能压缩了代码和图片

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors