feat: moves Ollama to interactive install
This commit is contained in:
5
13-install-applications-workstation-interactive.sh
Normal file
5
13-install-applications-workstation-interactive.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
#-- Ollama --#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user