full python3 in scripts

This commit is contained in:
Patrick_Pluto 2024-10-09 13:17:35 +02:00
parent 70196beeff
commit 427a48a64d

View file

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