interstellar_ai/deployment_scripts/linux/root.sh

7 lines
243 B
Bash
Raw Normal View History

2024-10-09 11:03:43 +02:00
#!/bin/bash
apt install npm nodejs python3-full ffmpeg libgtk-3-0 libnotify4 libgconf-2-4 libnss3 libxss1 libasound2 build-essential cmake -y
2024-10-09 13:10:03 +02:00
if ! ollama; then
curl -fsSL https://ollama.com/install.sh | sh
fi
2024-10-09 11:03:43 +02:00
systemctl enable ollama --now