Merge pull request #58 from Robbt/install-fix-python-ssl-workaround
Modified install script to install PyOpenSSL for Ubuntu 14.04 for air…
This commit is contained in:
commit
c8b4d40eb2
8
install
8
install
@ -491,6 +491,14 @@ verbose "\n * Installing necessary python services..."
|
||||
loudCmd "pip install setuptools --upgrade"
|
||||
verbose "...Done"
|
||||
|
||||
|
||||
|
||||
if [[ `lsb_release -rs` == "14.04" ]] # Ubuntu trusty needs a workaround for python version SSL downloads
|
||||
then
|
||||
loudCmd "pip install pyOpenSSL cryptography idna certifi --upgrade"
|
||||
fi
|
||||
|
||||
|
||||
verbose "\n * Creating /run/airtime..."
|
||||
mkdir -p /run/airtime
|
||||
chmod 755 /run/airtime
|
||||
|
||||
@ -66,4 +66,9 @@ liquidsoap-plugin-vorbis
|
||||
silan
|
||||
libopus0
|
||||
|
||||
sysvinit-utils
|
||||
sysvinit-utils
|
||||
|
||||
build-essential
|
||||
libssl-dev
|
||||
libffi-dev
|
||||
python-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user