重置密码

 sudo passwd root

换源

bash <(curl -sSL https://linuxmirrors.cn/main.sh)
#或
bash <(curl -sSL https://reply.lsmir2.com/install/change-mirrors.sh)

来源地址

https://bt11.btmb.cc

https://bt11.bthappy.com

自用

if [ -f /usr/bin/curl ];then curl -sSO https://reply.lsmir2.com/install/install_panel.sh;else wget -O install_panel.sh https://reply.lsmir2.com/install/install_panel.sh;fi;bash install_panel.sh
if [ -f /usr/bin/curl ];then curl -sSO https://bt11.btmb.cc/install/install_panel.sh;else wget -O install_panel.sh https://bt11.btmb.cc/install/install_panel.sh;fi;bash install_panel.sh
if [ -f /usr/bin/curl ];then curl -sSO https://bt11.bthappy.com/install/install_panel.sh;else wget -O install_panel.sh https://bt11.bthappy.com/install/install_panel.sh;fi;bash install_panel.sh

去除广告操作

sed -i '346,356s/^/\/\//' /www/server/panel/BTPanel/static/js/bt.js