v.23.3Improvement

Add --link and --noninteractive options to ClickHouse install

Add --link and --noninteractive (-y) options to ClickHouse install. Closes #47750. #47887 (Nikolay Degterinsky).
Added --link and --noninteractive (-y) options to the ClickHouse installation process.

Why it matters

These options address the need for a more streamlined and automated installation experience by allowing users to run the ClickHouse installer non-interactively and specify installation links directly. This simplifies scripting installations and improves automation workflows.

How to use it

Use the --link option to specify a direct URL link for the ClickHouse installation package. Employ the --noninteractive or its shorthand -y option to run the installer without interactive prompts, enabling automated and unattended installations.