remoteInstall

suspend fun remoteInstall(onProgress: (taskName: String?, percentDone: Int) -> Unit, onSync: suspend (FileAction) -> Unit, remoteUrl: String, branch: String? = null, allowedTypes: Set<OverrideType>?): ActionError?