No puedo instalar Collabora Online - Built-in CODE Server

Hola, no logro instalar Collabora Online - Built-in CODE Server. Cuando lo intento desde la sección de apps, me sale el siguiente error:

cURL error 28: Operation timed out after 120000 milliseconds with 133954115 out of 345741448 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

¿Cómo puedo corregirlo?

Gracias.

Hol amigo cambia los parametros del fichero Installer.php como se muestra a continuacion.
// Download the release
$tempFile = $this->tempManager->getTemporaryFile(’.tar.gz’);
$timeout = $this->isCLI ? 0 : 120;
$client = $this->clientService->newClient();

Cambia el valor 120 (segundos) por un valor mas alto, o en su defecto usa el valor 0 para establecer en indefinido este parametro. tuve el mismo problema y me funciono perfecto, un saludo.