This commit is contained in:
Patrick_Pluto 2024-10-09 13:10:03 +02:00
parent 57a4fe3edc
commit f268a1b930
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
apt install npm nodejs python3-pip -y
curl -fsSL https://ollama.com/install.sh | sh
if ! ollama; then
curl -fsSL https://ollama.com/install.sh | sh
fi
systemctl enable ollama --now