[GH-ISSUE #4691] linux installation #2952

Closed
opened 2026-04-12 13:19:47 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @wi-wi on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4691

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

curl -fsSL https://ollama.com/install.sh | sh
bash: ./shell.sh: No such file or directory
curl: (23) Failed writing body (1349 != 1378)

========
the curl command is from ollama's download page.
I solved it by downloading /install.sh, making it executable and run it.

OS

Linux

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @wi-wi on GitHub (May 28, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4691 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? ``` curl -fsSL https://ollama.com/install.sh | sh bash: ./shell.sh: No such file or directory curl: (23) Failed writing body (1349 != 1378) ``` ======== the curl command is from ollama's download page. I solved it by downloading /install.sh, making it executable and run it. ### OS Linux ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the needs more info label 2026-04-12 13:19:47 -05:00
Author
Owner

@dhiltgen commented on GitHub (Jul 26, 2024):

What Linux distro and architecture are you on? Do you have any aliases overriding curl or sh on your system? What does which curl and which sh say?

As best as I can tell, our install script hasn't started running, and the errors are from your shell or aliases. (e.g. nothing in our install script is called "shell.sh") so I don't think this is a bug in our installer script.

<!-- gh-comment-id:2251615623 --> @dhiltgen commented on GitHub (Jul 26, 2024): What Linux distro and architecture are you on? Do you have any aliases overriding `curl` or `sh` on your system? What does `which curl` and `which sh` say? As best as I can tell, our install script hasn't started running, and the errors are from your shell or aliases. (e.g. nothing in our install script is called "shell.sh") so I don't think this is a bug in our installer script.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2952