Skip to content

Commit

Permalink
Update cyberpanel_upgrade.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyai authored Feb 8, 2024
1 parent dabe7c6 commit b75b491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberpanel_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75b491

Please sign in to comment.