From 6549f9fa8fef8dfcf9b230955f9c3f19f528a667 Mon Sep 17 00:00:00 2001 From: Danp2 Date: Wed, 18 Sep 2019 11:25:58 -0500 Subject: [PATCH] Add gnupg dependency, which is missing from Debian 10 netinst ISOs (#62) * Install gnupg dependency * Update comment --- xo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index 01fbdcb..e6f2c7e 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -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