mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
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:
parent
7ac3e2bf2c
commit
849a521945
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user