3 Commits

Author SHA1 Message Date
Dustin B
4dc9b830ba Update xo_install.sh
removing libfuse2t64 in favor of fuse2fs. 

Needs validation if process still works on Debian 12.12
2025-09-08 17:28:43 -04:00
Dustin B
15ddc7cea5 Debian 13 Package Dependency
Adds "libfuse2t64" for Debian 13 distro
2025-08-19 15:15:20 -04:00
Dustin B
5a5f8035f2 Update README.md
Header change
2025-07-30 10:09:41 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ While the goal initially was to have a solution as close to XOA as possible, wit
To keep XOCE up to date I recommend that anyone who's used this installation script or the sources installation to use this: https://github.com/Jarli01/xenorchestra_updater To keep XOCE up to date I recommend that anyone who's used this installation script or the sources installation to use this: https://github.com/Jarli01/xenorchestra_updater
# Adding XOCE v6 to your installation (this is a Work In Progress by Vates) ## Adding XOCE v6 to your installation (this is a Work In Progress by Vates)
cd /opt/xen-orchestra cd /opt/xen-orchestra
yarn run turbo run build --filter @xen-orchestra/web yarn run turbo run build --filter @xen-orchestra/web

View File

@@ -43,7 +43,7 @@ n lts
ln -s /usr/bin/node /usr/local/bin/node ln -s /usr/bin/node /usr/local/bin/node
# Install XO dependencies # Install XO dependencies
/usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python3-minimal libvhdi-utils nfs-common lvm2 cifs-utils openssl /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python3-minimal libvhdi-utils nfs-common lvm2 cifs-utils openssl fuse2fs
/usr/bin/git clone -b $xo_branch $xo_server /usr/bin/git clone -b $xo_branch $xo_server