add -U
This commit is contained in:
parent
82e944ee5a
commit
bceb2ccbe1
1 changed files with 1 additions and 1 deletions
2
install
2
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 = ''
|
||||
|
|
Loading…
Reference in a new issue