yt-search / install.sh
hermanda's picture
Create install.sh
5926d3b verified
raw
history blame contribute delete
138 Bytes
#!/bin/bash
curl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3.1:8b
ollama run llama3.1:8b "What is the capital of France?"