Updated URL and fixed path

fixed mkdir path and pushed the file to gitlab for a direct url.
This commit is contained in:
Dustin B
2025-08-14 15:15:22 -04:00
committed by GitHub
parent 03aa26e8fd
commit 8b713b3025

View File

@@ -25,9 +25,9 @@ xo_service="xo-server.service"
/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"
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"
sudo mkdir /usr/local/bin/vddk
sudo mkdir /usr/local/lib/vddk
sudo tar -xvf "./VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz" -C /usr/local/lib/vddk
#Install yarn