Downgrade nur mit neuer Option --force

This commit is contained in:
Tim
2026-07-11 21:03:48 +02:00
parent 6d47e5ec79
commit 958ed3fef7
3 changed files with 37 additions and 5 deletions
+9
View File
@@ -12,8 +12,17 @@ Single-file Bash script (`ollama-update`) that updates Ollama to latest stable o
./ollama-update --beta
./ollama-update -b
# Force installation of older version (downgrade)
./ollama-update --force
./ollama-update -f
# Combine with beta channel
./ollama-update --beta --force
./ollama-update -b -f
# Show help
./ollama-update --help
./ollama-update -h
```
## Lint / Check