#!/bin/bash apt install npm nodejs python3-pip -y if ! ollama; then curl -fsSL https://ollama.com/install.sh | sh fi systemctl enable ollama --now