Update oli

This commit is contained in:
2026-07-30 12:40:23 +00:00
parent ffec7c6f38
commit b7b4874ddb
+5 -5
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
##DEPS/REQS ##DEPS/REQS
#sudo apt install curl git snap python3 pip sudo apt install curl git snap python3 pip
##REPO/PKG MANAGER INSTALL ##REPO/PKG MANAGER INSTALL
#snap install ollama #snap install ollama
@@ -10,11 +10,11 @@
#pip install open-webui --break-system-packages #pip install open-webui --break-system-packages
##MANUAL INSTALL ##MANUAL INSTALL
#curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh
#ollama serve ollama serve
#sudo systemctl status ollama #sudo systemctl status ollama
#ollama run llama3.2 ollama run llama3.2
#curl -LsSf https://astral.sh/uv/install.sh | sh curl -LsSf https://astral.sh/uv/install.sh | sh
##OPEN-TERMINAL ##OPEN-TERMINAL
#docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api ghcr.io/open-webui/open-terminal #docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api ghcr.io/open-webui/open-terminal
##OPEN-INTERPRETER ##OPEN-INTERPRETER