[PR #10196] scripts/install.sh: make curl progress bar optional #13175

Open
opened 2026-04-13 00:19:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10196
Author: @alej0varas
Created: 4/9/2025
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (1)

  • 741eac4 Make curl progress bar optional

📊 Changes

1 file changed (+10 additions, -4 deletions)

View changed files

📝 scripts/install.sh (+10 -4)

📄 Description

First, the code has not been tested, and it was written with the assistance of an AI.

The use cases that motivate this change are:

  • In automated installations, it's sometimes better to be silent.
  • On small screens the output starts to scroll up because the progress bar doesn't fit the terminal width.

CONTRIBUTING: provide an environment variable that controls the usage of the curl option --progress-bar.


🔄 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/10196 **Author:** [@alej0varas](https://github.com/alej0varas) **Created:** 4/9/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`741eac4`](https://github.com/ollama/ollama/commit/741eac46c643dc3ae9d0a8bd1efbaa0423bc8d9d) Make curl progress bar optional ### 📊 Changes **1 file changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+10 -4) </details> ### 📄 Description First, the code has not been tested, and it was written with the assistance of an AI. The use cases that motivate this change are: - In automated installations, it's sometimes better to be silent. - On small screens the output starts to scroll up because the progress bar doesn't fit the terminal width. CONTRIBUTING: provide an environment variable that controls the usage of the curl option `--progress-bar`. --- <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 2026-04-13 00:19:50 -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#13175