From d0815de73d7879e731e384cf0135b1ec07ad038a Mon Sep 17 00:00:00 2001 From: Bray <6+bray@noreply.localhost> Date: Thu, 30 Jul 2026 12:56:14 +0000 Subject: [PATCH] Update oli --- oli | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oli b/oli index 196b598..91c9a6c 100644 --- a/oli +++ b/oli @@ -20,5 +20,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh ##OPEN-INTERPRETER #pip install open-interpreter +##INSTALL OL TO BIN +chmod +x ol; sudo cp ol /usr/local/bin/ + ##RUN DATA_DIR=~/.open-webui .local/bin/uvx --python 3.11 open-webui@latest serve --port 8088