interstellar_ai/deployment_scripts/linux/root.sh
2024-10-09 13:17:35 +02:00

7 lines
No EOL
152 B
Bash

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