Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucout committed Dec 18, 2023
1 parent 4c76ec2 commit f81cd68
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/install/install_6.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ Set_Bt_Panel(){
/www/server/panel/pyenv/bin/pip3 install flask -U
/www/server/panel/pyenv/bin/pip3 install flask-sock
btpip install simple-websocket==0.10.0
btpip install natsort
auth_path=$(cat ${admin_auth})
cd ${setup_path}/server/panel/
if [ "$SET_SSL" == true ]; then
Expand Down
Binary file modified public/install/src/panel6.zip
Binary file not shown.
Binary file modified public/install/update/LinuxPanel-8.0.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion public/install/update6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rm -f /www/server/panel/*.pyc
rm -f /www/server/panel/class/*.pyc
#pip install flask_sqlalchemy
#pip install itsdangerous==0.24

btpip install natsort
pip_list=$($mypip list)
request_v=$(btpip list 2>/dev/null|grep "requests "|awk '{print $2}'|cut -d '.' -f 2)
if [ "$request_v" = "" ] || [ "${request_v}" -gt "28" ];then
Expand Down

0 comments on commit f81cd68

Please sign in to comment.