Upload files to "/"

This commit is contained in:
2026-04-14 20:27:13 +00:00
parent c057147992
commit 194ed43759

14
oli Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
#apt get install curl git snap python3 pip uvx
#snap install ollama
#snap install ollama-webui
#snap install open-webui
#pip install open-webui --break-system-packages
curl -fsSL https://ollama.com/install.sh | sh
ollama serve
sudo systemctl status ollama
ollama run llama3.2
curl -LsSf https://astral.sh/uv/install.sh | sh
DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve