Skip to content

Instantly share code, notes, and snippets.

@aldoyh
Created October 25, 2025 11:14
Show Gist options
  • Select an option

  • Save aldoyh/cd84bd646c37ac572bba0ad95a419f78 to your computer and use it in GitHub Desktop.

Select an option

Save aldoyh/cd84bd646c37ac572bba0ad95a419f78 to your computer and use it in GitHub Desktop.
Update all Ollama's Models in a single bash command
#!/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