Created
October 25, 2025 11:14
-
-
Save aldoyh/cd84bd646c37ac572bba0ad95a419f78 to your computer and use it in GitHub Desktop.
Update all Ollama's Models in a single bash command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| http -b "localhost:11434/api/tags" | jq -r ".models.[].model" | xargs -I {} ollama pull {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment