update pip download url

This commit is contained in:
Usman Nasir
2020-06-14 12:40:12 +05:00
parent 818324cd3c
commit 87fadac1bb
2 changed files with 3 additions and 3 deletions

View File

@@ -1078,7 +1078,7 @@ if [[ $DEV == "ON" ]] ; then
check_return
else
. /usr/local/CyberPanel/bin/activate
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/ubuntu-pip.zip
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/ubuntu-pip-2.zip
check_return
unzip /usr/local/cyberpanel-pip.zip -d /usr/local
check_return

View File

@@ -247,9 +247,9 @@ fi
rm -f requirments.txt
if [[ $UBUNTU_20 == "False" ]]; then
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
else
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/ubuntu-pip.zip
wget -O /usr/local/cyberpanel-pip.zip https://rep.cyberpanel.net/ubuntu-pip-2.zip
fi
check_return