Update linux.md (#11462)

This commit is contained in:
ycomiti
2025-07-22 20:17:31 +02:00
committed by GitHub
parent 82da19c634
commit 4151ef8cf7

View File

@@ -16,7 +16,7 @@ curl -fsSL https://ollama.com/install.sh | sh
Download and extract the package:
```shell
curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
curl -LO https://ollama.com/download/ollama-linux-amd64.tgz
sudo tar -C /usr -xzf ollama-linux-amd64.tgz
```