This commit is contained in:
Patrick_Pluto 2024-10-09 12:01:07 +02:00
parent 31918868a8
commit 57a4fe3edc
3 changed files with 4 additions and 2 deletions

View file

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