Created
June 5, 2025 16:40
-
-
Save ricardorodrigues-ca/980ba26027d6b6c6770271715681b6e1 to your computer and use it in GitHub Desktop.
Ollama model updater
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
ollama list | awk 'NR>1 {print $1}' | xargs -I {} sh -c 'echo "Updating model: {}"; ollama pull {}; echo "---"' && echo "All models updated." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment