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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ xo_service="xo-server.service"
# Ensure that git and curl are installed # Ensure that git and curl are installed
/usr/bin/apt-get update /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 #Install yarn
cd /opt cd /opt