Skip to content

Commit

Permalink
restore s3 backups
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Dec 11, 2020
1 parent a9820ac commit 1839a9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ EOF
#check_return
fi
ln -s /usr/bin/pip3 /usr/bin/pip
#pip install virtualenv==16.7.9
pip install virtualenv
pip install virtualenv==16.7.9
#pip install virtualenv
check_return

fi
Expand All @@ -499,8 +499,8 @@ EOF
DEBIAN_FRONTEND=noninteractive apt install -y python3-venv
check_return

#pip install virtualenv==16.7.9
pip install virtualenv
pip install virtualenv==16.7.9
#pip install virtualenv
check_return

fi
Expand Down

0 comments on commit 1839a9d

Please sign in to comment.