#!/bin/bash # Install Ollama CLI (example for Ubuntu Linux, adjust if needed) # Check official Ollama docs for Linux installation steps or your custom setup curl -fsSL https://ollama.com/download/linux | bash # (Optional) Download or setup your local model, e.g. llama2 ollama pull llama2