ronivay / XenOrchestraInstallerUpdater

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

Adding option to disable repos installation #113

Closed bnerickson closed 2 years ago

bnerickson commented 2 years ago

Original: https://github.com/ronivay/XenOrchestraInstallerUpdater/pull/112

Merged the options into a single one.

bnerickson commented 2 years ago

Latest commit allows disabling the universe and forensics repository installs https://github.com/ronivay/XenOrchestraInstallerUpdater/pull/113/commits/1963605fa6af3085bdaa744e8cfb406c46444c4e

ronivay commented 2 years ago

made couple additions like disable nodejs upgrade when repo install is disabled as it cannot be guaranteed that anything will actually update at that point. fixed couple typos in sample.xo-install.cfg and added some more information about disabling repos. added list of repositories to readme.

thanks for idea and PR