[PR #11717] Let curl resume downloads in install.sh #13612

Closed
opened 2026-04-13 00:31:16 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/11717

State: closed
Merged: No


Problem

>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading Linux amd64 bundle
#########################################                                 57.5%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)


gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

Solution

Use --continue-at - to tell curl to automatically (find out where/how to) resume the transfer.

**Original Pull Request:** https://github.com/ollama/ollama/pull/11717 **State:** closed **Merged:** No --- # Problem ``` >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading Linux amd64 bundle ######################################### 57.5%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1) gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now ``` # Solution Use `--continue-at -` to tell `curl` to automatically (find out where/how to) resume the transfer.
GiteaMirror added the pull-request label 2026-04-13 00:31:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13612