Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aroins authored Nov 15, 2019
1 parent 7a5f90a commit c580e7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
cd /www/server/;
rm -rf /www/server/panel/static /www/server/panel/templates;
wget -N --no-check-certificate https://github.com/moeik/BT_Panel_Theme/releases/download/BT_Panel_%E9%BB%91%E7%99%BD/panel.zip;
unzip -o panel.zip;
/etc/init.d/nginx restart;
rm -rf /www/server/panel.zip;
echo '
#=================================================
# 主题安装完成
# 请清除浏览器缓存再访问
# Version: 1.0
# Author: biezhi
# Blog: https://aroins.com

0 comments on commit c580e7a

Please sign in to comment.