Adding a dependency installation for debian 9.9.0 which seems to lack it

Per issue https://github.com/Jarli01/xenorchestra_installer/issues/52 Debian 9.9.0 (and up presumably) is lacking a required dependency to make this work. 

Tested locally.
This commit is contained in:
Dustin B
2019-05-23 17:05:48 -04:00
committed by GitHub
parent 7ac3e2bf2c
commit 849a521945

View File

@@ -22,7 +22,7 @@ xo_service="xo-server.service"
# Ensure that git and curl are installed
/usr/bin/apt-get update
/usr/bin/apt-get --yes install git curl
/usr/bin/apt-get --yes install git curl apt-transport-https
#Install yarn
cd /opt