mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Add gnupg dependency, which is missing from Debian 10 netinst ISOs (#62)
* Install gnupg dependency * Update comment
This commit is contained in:
parent
5c8c4c3885
commit
6549f9fa8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user