From cbed9fceed549254a89e4080a00ef918f900c3aa Mon Sep 17 00:00:00 2001 From: Darkangeel_hd Date: Sat, 29 Oct 2022 18:24:39 +0200 Subject: [PATCH] Update get-pip.py url --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 57e131b..49e95f8 100644 --- a/install.sh +++ b/install.sh @@ -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