[PR #11988] scripts: Cache downloaded binaries and recover from connection outages while installing on a Linux OS #12414

Open
opened 2025-11-12 16:35:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11988
Author: @BelphegorPrime
Created: 8/20/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • edb69e0 cache downloaded binaries while installing

📊 Changes

1 file changed (+81 additions, -27 deletions)

View changed files

📝 scripts/install.sh (+81 -27)

📄 Description

cache downloaded binaries and recover from connection outages that might can happen while downloading.

Connection outages happens to often for me so I extended the script to be more resilient on connection losses.

want to try out like the normal install script on https://ollama.com/download?

curl -fsSL https://raw.githubusercontent.com/BelphegorPrime/ollama/refs/heads/main/scripts/install.sh | sh

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/11988 **Author:** [@BelphegorPrime](https://github.com/BelphegorPrime) **Created:** 8/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`edb69e0`](https://github.com/ollama/ollama/commit/edb69e0ff2593691e8469526de4df0dd48470879) cache downloaded binaries while installing ### 📊 Changes **1 file changed** (+81 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+81 -27) </details> ### 📄 Description cache downloaded binaries and recover from connection outages that might can happen while downloading. Connection outages happens to often for me so I extended the script to be more resilient on connection losses. want to try out like the normal install script on https://ollama.com/download? ``` curl -fsSL https://raw.githubusercontent.com/BelphegorPrime/ollama/refs/heads/main/scripts/install.sh | sh ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-12 16:35:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#12414