Update get-pip.py url
This commit is contained in:
parent
2b6a22417d
commit
cbed9fceed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue