mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-05 03:40:48 +01:00
bug fix: issues with python packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user