feat: moves Ollama to interactive install

This commit is contained in:
2025-12-23 16:14:58 -07:00
parent f343ce2baa
commit de32d9eec7
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
#-- Ollama --#
#-- Local llm
curl -fsSL https://ollama.com/install.sh | sh

View File

@@ -27,7 +27,4 @@ sudo zypper -n install 1password
#-- Zed --#
curl -f https://zed.dev/install.sh | sh
#-- Ollama --#
#-- Local llm
curl -fsSL https://ollama.com/install.sh | sh