Update get-pip.py url

This commit is contained in:
Darkangeel_hd 2022-10-29 18:24:39 +02:00
parent 2b6a22417d
commit cbed9fceed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if test -f "$FILE"; then
echo Patch has already been applied. Starting DocumentServer...
else
apt-get update && apt-get install -y python3.6-dev
wget https://bootstrap.pypa.io/get-pip.py
wget https://bootstrap.pypa.io/pip/3.6/get-pip.py
python3.6 get-pip.py
pip install pycrypto
rm -f /var/www/onlyoffice/Data/license.lic