mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 20:36:13 +01:00
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:
commit
f957eb5c0f
@ -20,9 +20,9 @@ xo_server_dir="/opt/xen-orchestra"
|
||||
systemd_service_dir="/lib/systemd/system"
|
||||
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 --yes install git curl
|
||||
/usr/bin/apt-get --yes install git curl apt-transport-https
|
||||
|
||||
#Install yarn
|
||||
cd /opt
|
||||
|
Loading…
Reference in New Issue
Block a user