From ff42175d02e960e32d248f85859d034c4f04960b Mon Sep 17 00:00:00 2001 From: Zegorax Date: Sat, 21 Mar 2020 23:49:35 +0100 Subject: [PATCH] Fixed typo and changed indentation of EOF --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f76daa8..2e77c2d 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,9 @@ FILE=OO_PubKey if test -f "$FILE"; then - apt-get update && apt-get install -y python3.6-dev + 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 python3.6 get-pip.py pip install pycrypto @@ -82,7 +84,7 @@ if test -f "$FILE"; then f.write(replacedData) f.close() - EOF +EOF python3.6 index.py