ronivay / XenOrchestraInstallerUpdater

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

fix: handle situation where node.js is not installed during an update #214

Closed ronivay closed 4 months ago

ronivay commented 4 months ago

This situation is rare where node.js is not installed when update is ran but possible. Script failed the version check and responded that node.js version is already <empty string here>. This fix proceeds to install node.js if not installed and INSTALL_REPOS is enabled and gives meaningful output and exits if repo install is not allowed.