[PR #8691] [CLOSED] Fix install_cuda_driver_yum() for dnf5 #12750

Closed
opened 2026-04-13 00:08:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8691
Author: @FreeCap23
Created: 1/30/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (4)

  • 595fa77 Fix install_cuda_driver_yum() for dnf5
  • bfdf8d1 Merge branch 'ollama:main' into patch-1
  • 8c3d5e8 Fix syntax of dnf compatibility check
  • 937722a Fix extra space after equals sign

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 scripts/install.sh (+7 -1)

📄 Description

This commit tests the version of dnf because in version 5 there was a change to the --add-repo flag to --addrepo, which would fail the script.


🔄 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/8691 **Author:** [@FreeCap23](https://github.com/FreeCap23) **Created:** 1/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`595fa77`](https://github.com/ollama/ollama/commit/595fa777fd32ba7c46a69e7191fe74a3eaeb5fa6) Fix install_cuda_driver_yum() for dnf5 - [`bfdf8d1`](https://github.com/ollama/ollama/commit/bfdf8d1475df303198f66691287ca9cdb96a50e0) Merge branch 'ollama:main' into patch-1 - [`8c3d5e8`](https://github.com/ollama/ollama/commit/8c3d5e801464bbadcc2d254d14b88d9ed719091f) Fix syntax of dnf compatibility check - [`937722a`](https://github.com/ollama/ollama/commit/937722a2af152d3b2a3f3198e7f5e60128f94328) Fix extra space after equals sign ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/install.sh` (+7 -1) </details> ### 📄 Description This commit tests the version of dnf because in version 5 there was a change to the `--add-repo` flag to `--addrepo`, which would fail the script. --- <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:08:48 -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#12750