pub async fn install_update( updater: Updater, appid: String, service_url: String, current_version: String, channel: String, ) -> Result<(), Error>
Get the update URL to use from Omaha, and install the update.