Add gnupg dependency, which is missing from Debian 10 netinst ISOs (#62)

* Install gnupg dependency
* Update comment
This commit is contained in:
Danp2 2019-09-18 11:25:58 -05:00 committed by GitHub
parent 5c8c4c3885
commit 6549f9fa8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@ xo_server_dir="/opt/xen-orchestra"
systemd_service_dir="/lib/systemd/system"
xo_service="xo-server.service"
# Ensures that Yarn dependencies are installed, git, curl, apt-transport-https
# Ensures that Yarn dependencies are installed
/usr/bin/apt-get update
/usr/bin/apt-get --yes install git curl apt-transport-https
/usr/bin/apt-get --yes install git curl apt-transport-https gnupg
#Install yarn
cd /opt