skip nodejs upgrade if repo installation is disabled. update xo-install.cfg and readme

This commit is contained in:
Roni Väyrynen
2022-04-01 13:31:29 +03:00
parent 1963605fa6
commit 9d0e1e388a
3 changed files with 27 additions and 13 deletions

View File

@@ -80,7 +80,9 @@ PRESERVE="3"
# options: true/false
#AUTOCERT="false"
# If set to true, this will install the rpm/deb respoitories necessary for the Xen Orchestra intall. If set to false, these repositories will not be installed.
# If set to true, this will install the rpm/deb repositories necessary for the Xen Orchestra install.
# If set to false, these repositories will not be installed. Also automatic nodejs upgrade will be disabled.
# Note that installation will fail if all needed packages aren't available from configured repositories. See README for list of packages.
# options: true/false
# default: true
#INSTALL_REPOS="true"