interstellar_ai/deployment_scripts/linux/root.sh
Patrick_Pluto 57a4fe3edc fixes
2024-10-09 12:01:07 +02:00

5 lines
No EOL
126 B
Bash

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