interstellar_ai/deployment_scripts/linux/root.sh

5 lines
126 B
Bash
Raw Normal View History

2024-10-09 11:03:43 +02:00
#!/bin/bash
2024-10-09 12:01:07 +02:00
apt install npm nodejs python3-pip -y
2024-10-09 11:03:43 +02:00
curl -fsSL https://ollama.com/install.sh | sh
systemctl enable ollama --now