Compare commits

...

3 commits

Author SHA1 Message Date
dc105ca948 Merge branch 'main' into main 2024-10-09 13:58:29 +02:00
Patrick_Pluto
a34a97347b Merge branch 'main' of interstellardevelopment.org:React-Group/interstellar_ai 2024-10-09 13:58:21 +02:00
Patrick_Pluto
d526f793e9 finalized root.sh 2024-10-09 13:58:16 +02:00

View file

@ -1,6 +1,6 @@
#!/bin/bash
apt install npm nodejs python3-full ffmpeg libgtk-3-0 libnotify4 libgconf-2-4 libnss3 libxss1 libasound2 build-essential cmake -y
apt install npm nodejs python3-full ffmpeg libgtk-3-0t64 libnotify4 libnss3 libxss1 libasound2 build-essential cmake -y
if ! ollama; then
curl -fsSL https://ollama.com/install.sh | sh
fi