From bceb2ccbe1312ca2173f862d0d6546b6617ff88b Mon Sep 17 00:00:00 2001 From: j Date: Sat, 16 Jan 2016 17:35:17 +0530 Subject: [PATCH] add -U --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index e905225..2e9d65c 100755 --- a/install +++ b/install @@ -36,7 +36,7 @@ class Install(Thread): from OpenSSL.SSL import TLSv1_2_METHOD except: print("To run Open Media Library on versions of Ubuntu before 15.10 you need to manually update pyOpenSSL") - print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev libssl-dev\n\tsudo pip3 install pyOpenSSL") + print("To install the current version of pyOpenSSL:\n\tsudo apt-get install python3-pip python3-dev libffi-dev libssl-dev\n\tsudo pip3 install -U pyOpenSSL") self.failed = True return apt_packages = ''