Update xo_install.sh

Adds upcoming dependencies from Vendor https://github.com/vatesfr/xen-orchestra/pull/8840
This commit is contained in:
Dustin B
2025-08-14 14:25:19 -04:00
committed by GitHub
parent 5a5f8035f2
commit 03aa26e8fd

View File

@@ -24,6 +24,12 @@ xo_service="xo-server.service"
/usr/bin/apt-get update
/usr/bin/apt-get --yes install git curl apt-transport-https gnupg
# Downloads VDDK plugin from Broadcom (hardcoded URI..... see #8840 from Vates/Xen Orchestra)
wget --content-disposition --trust-server-names --no-check-certificate "https://dp-downloads.broadcom.com/?file=VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz&oid=375847&id=SoYVdF2FlAVoEMZVuSoD4RuJwMDFN-D22Im6Kc-9ft3VXzE1NCPDcQeLBAq1LsQ=&specDownload=true&verify=1755187304-oWOk%2FhSuR4oypbWc1yFiZYAKpqf9zYKOghZgGOpeUOY%3D"
sudo mkdir /usr/local/bin/vddk
sudo tar -xvf "./VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz" -C /usr/local/lib/vddk
#Install yarn
cd /opt