In windows, we have Setup.exe with command line parameters like -updp that specify the primary CID or -s that allow silent install.Do we have same for Linux machines?
There are similar options for the Linux installer.
--update-source-path to set the Primary update source path
--automatic to install without asking interactive questions
Thanks Douglas!
Is that documented somewhere? Can't seem to find it anywere
Any news on the command line options?
Those options are documented in the help text for the installer:
./install.sh --help
I'm not sure if they are documented anywhere else.