Skip to content

Commit

Permalink
update pip download url
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jun 14, 2020
1 parent 10f67ad commit 818324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ if [[ $DEV == "ON" ]] ; then

if [[ $UBUNTU_20 == "False" ]] ; then
source /usr/local/CyberPanel/bin/activate
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/cyberpanel-pip.zip
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/cyberpanel-pip-2.zip
check_return
unzip /usr/local/cyberpanel-pip.zip -d /usr/local
check_return
Expand Down

0 comments on commit 818324c

Please sign in to comment.