deployment changes

This commit is contained in:
Patrick_Pluto 2024-10-09 15:34:44 +02:00
parent c0f95dc37e
commit 2274691291
6 changed files with 36 additions and 1 deletions

View file

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