diff --git a/install b/install index 4ef78c2..e905225 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\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 pyOpenSSL") self.failed = True return apt_packages = ''