From 0dd8eea5a6d80d2744b1bc5bf73872fc108ccc6d Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Sun, 28 Jun 2026 21:05:39 +0000 Subject: [PATCH] Upload files to "/" --- oli | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/oli b/oli index 2e1ce0b..beaa7ff 100644 --- a/oli +++ b/oli @@ -1,14 +1,21 @@ #!/bin/bash -#apt get install curl git snap python3 pip uvx +##DEPS/REQS +#sudo apt install curl git snap python3 pip uvx + +##REPO/PKG MANAGER INSTALL #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 + +##MANUAL INSTALL +#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 + +##RUN +DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve --port 8082