mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-22 19:49:58 +00:00
Update xo_install.sh
Added needed deps to the install nbdkit and libnbd-bin for the nbdinfo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user