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