pub async fn install_client(
    options: &InstallOptions,
    update_sender: Sender<InstallationUpdate>
) -> InstallationResult<()>
Expand description

Installs the client file.

This function provides updates during installation.