ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.16k stars 189 forks source link

Add ubuntu 22.04 to the checks #126

Closed michaelr0 closed 2 years ago

michaelr0 commented 2 years ago

Adds Ubuntu 22.04 to the checks in xo-install.sh Tested locally, appears to be working.

Almalinux 9 might also be worth looking at, I might spin one up later and give xo-install.sh a whirl.

michaelr0 commented 2 years ago

https://xen-orchestra.com/docs/installation.html#packages also lists python3-minimal as a requirement, rather than python2-minimal not sure when that changed or how far back support for python3-minimal as an installable goes? Ubuntu 16, 18, 20?

ronivay commented 2 years ago

Thanks for the effort. Gave it a quick spin and didn't notice anything weird.

What comes to python3, looks like docs were updated in march. I haven't seen any issues with python2 so far so doesn't seem like it's a hard requirement currently. Also all rhel based distros have gotten python3 for quite some time with this script. Sure would be a good idea to check what python3 packages are available for all supported deb variants as well, but don't think that's urgent.