8 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
Dustin B
3c3e7710c7 Update README.md 2025-07-25 11:41:00 -04:00
Dustin B
58fcac8659 Update README.md 2025-07-25 11:10:01 -04:00
Dustin B
ac22baf7a9 Update README.md 2025-07-25 11:02:06 -04:00
Dustin B
8c8f2e0d1d Update README.md
Adding v6 to XOCE
2025-07-25 11:01:18 -04:00
Dustin B
ada0c8dc91 Merge pull request #129 from Jarli01/update_depends
Add openssl dependency
2025-02-22 09:36:35 -05:00
2 changed files with 8 additions and 1 deletions

View File

@@ -83,4 +83,11 @@ 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
## Adding XOCE v6 to your installation (this is a Work In Progress by Vates)
cd /opt/xen-orchestra
yarn run turbo run build --filter @xen-orchestra/web
Once the installation is completed, you can then go to [https://your-host-ip/v6](https://your-host-ip/v6)

View File

@@ -43,7 +43,7 @@ n lts
ln -s /usr/bin/node /usr/local/bin/node
# 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