interstellar_ai/deployment_scripts/linux/root.sh
Patrick_Pluto f268a1b930 fixes.sh
2024-10-09 13:10:03 +02:00

7 lines
No EOL
151 B
Bash

#!/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