From 8aa0e0b067818ae20a23ead6db77e02ceba3ba91 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Thu, 14 Aug 2025 16:20:25 -0400 Subject: [PATCH] Update xo_install.sh Added needed deps to the install nbdkit and libnbd-bin for the nbdinfo --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 396f998..74d8346 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -22,7 +22,7 @@ xo_service="xo-server.service" # Ensures that Yarn dependencies are installed /usr/bin/apt-get update -/usr/bin/apt-get --yes install git curl apt-transport-https gnupg +/usr/bin/apt-get --yes install git curl apt-transport-https gnupg nbdkit libnbd-bin # Downloads VDDK plugin from Broadcom (hardcoded URI..... see #8840 from Vates/Xen Orchestra) wget --content-disposition --trust-server-names --no-check-certificate "https://gitlab.com/Jarli01/xenorchestra_installer/-/raw/master/VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz"