[PR #534] [MERGED] linux installer script #15476

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/534
Author: @BruceMacD
Created: 9/15/2023
Status: Merged
Merged: 9/22/2023
Merged by: @BruceMacD

Base: mainHead: brucemacd/linux-install-script


📝 Commits (10+)

📊 Changes

1 file changed (+142 additions, -0 deletions)

View changed files

scripts/install.sh (+142 -0)

📄 Description

Add an install script to the website which downloads the appropriate linux package, unpackages it, adds it to the /usr/local/bin directory, and adds ollama as start-up service.

Before our next release we will:

  • Do linux amd64 and aarch64 builds with CUDA enabled.
  • Add them to the pre-release of the jmorgan/ollama repo with the names ollama-linux-arm64.tar.gz and ollama-linux-amd64.tar.gz
  • This install script will automatically download the latest version of these files from github releases which are not pre-release.

🔄 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/534 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/linux-install-script` --- ### 📝 Commits (10+) - [`35f7f95`](https://github.com/ollama/ollama/commit/35f7f9535e8ab1e036d6c6019b8e3a83c4858005) linux installer script - [`56cfbdf`](https://github.com/ollama/ollama/commit/56cfbdf600ab6ea11fbd4d39d707db83dd07037d) Update install_linux.sh - [`e5852fd`](https://github.com/ollama/ollama/commit/e5852fdae4572d28eb068fcbe56fa5c1bb02d25f) Update install_linux.sh - [`852b5b9`](https://github.com/ollama/ollama/commit/852b5b94c67e8f6c895f58db35ee8bd10590d985) add home to service - [`f690cde`](https://github.com/ollama/ollama/commit/f690cdef5523df08d5838703dfd3e373bf552872) dont output ollama.service - [`8c44109`](https://github.com/ollama/ollama/commit/8c44109d6fe237aa4322b1a708692781b1f263b4) Update scripts/install_linux.sh - [`4c47538`](https://github.com/ollama/ollama/commit/4c47538b76a534b9516e753b477e01af35ac7280) wip - [`fe9f4b4`](https://github.com/ollama/ollama/commit/fe9f4b4a6680760efcd8546a04a9e4cc0ae8561d) Update install_linux.sh - [`d1ee7d3`](https://github.com/ollama/ollama/commit/d1ee7d379936019b6940416a999d97a006f4b42c) root check fix - [`0ca8f24`](https://github.com/ollama/ollama/commit/0ca8f24774474e79eb200db290ed19a05523a5fa) install cuda if not found and applicable ### 📊 Changes **1 file changed** (+142 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `scripts/install.sh` (+142 -0) </details> ### 📄 Description Add an install script to the website which downloads the appropriate linux package, unpackages it, adds it to the /usr/local/bin directory, and adds ollama as start-up service. Before our next release we will: - Do linux amd64 and aarch64 builds with CUDA enabled. - Add them to the pre-release of the jmorgan/ollama repo with the names ollama-linux-arm64.tar.gz and ollama-linux-amd64.tar.gz - This install script will automatically download the latest version of these files from github releases which are not pre-release. --- <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-16 05:00:24 -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#15476