forked from React-Group/interstellar_ai
5 lines
123 B
Bash
5 lines
123 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt install npm nodejs python3-pip
|
||
|
curl -fsSL https://ollama.com/install.sh | sh
|
||
|
systemctl enable ollama --now
|