mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-28 09:21:19 +00:00
Compare commits
3 Commits
Jarli01-pa
...
Jarli01-V2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8aa0e0b067 | ||
|
|
8b713b3025 | ||
|
|
03aa26e8fd |
@@ -22,7 +22,13 @@ 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"
|
||||
|
||||
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
|
||||
cd /opt
|
||||
|
||||
Reference in New Issue
Block a user