mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-25 13:09:59 +00:00
Add gnupg dependency, which is missing from Debian 10 netinst ISOs (#62)
* Install gnupg dependency * Update comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user