Merge pull request #53 from Jarli01/apt-transport-https-dependency-install

Adding a dependency installation for debian 9.9.0 which seems to lack it
This commit is contained in:
Dustin B 2019-05-24 09:30:04 -04:00 committed by GitHub
commit f957eb5c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ xo_server_dir="/opt/xen-orchestra"
systemd_service_dir="/lib/systemd/system" systemd_service_dir="/lib/systemd/system"
xo_service="xo-server.service" xo_service="xo-server.service"
# Ensure that git and curl are installed # Ensures that Yarn dependencies are installed, git, curl, apt-transport-https
/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