From 194ed43759a644320e1b0c8a250a5fe1930dafd0 Mon Sep 17 00:00:00 2001 From: bmixed Date: Tue, 14 Apr 2026 20:27:13 +0000 Subject: [PATCH] Upload files to "/" --- oli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 oli diff --git a/oli b/oli new file mode 100644 index 0000000..2e1ce0b --- /dev/null +++ b/oli @@ -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 +