Update cyberpanel_upgrade.sh

This commit is contained in:
Gergely Lonyai
2024-02-08 14:40:55 +01:00
committed by GitHub
parent 6162975583
commit 04a6b5bb5e

View File

@@ -496,9 +496,9 @@ if [ "$Server_OS" = "Ubuntu" ]; then
Check_Return
else
if [ -e /usr/bin/pip3 ]; then
$PIP3="/usr/bin/pip3"
PIP3="/usr/bin/pip3"
else
$PIP3="pip3.6"
PIP3="pip3.6"
fi
$PIP3 install --default-timeout=3600 virtualenv==16.7.9
Check_Return