Skip to content

Commit

Permalink
bug fix: issues with python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Nov 25, 2024
1 parent 5824196 commit 4cbbee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyberpanel_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ if [ "$Server_OS" = "Ubuntu" ]; then
# shellcheck disable=SC1091
. /usr/local/CyberCP/bin/activate
Check_Return
pip install --upgrade setuptools packaging
pip3 install --default-timeout=3600 --ignore-installed -r /usr/local/requirments.txt
Check_Return
else
Expand Down

0 comments on commit 4cbbee9

Please sign in to comment.