mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
Update ollama.sh (#815)
Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
parent
1e39d967c5
commit
9dbb787ac5
|
@ -10,8 +10,8 @@ installollama() {
|
|||
printf "%b\n" "${GREEN}ollama is already installed.${RC}"
|
||||
else
|
||||
printf "%b\n" "${YELLOW}Installing ollama...${RC}"
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
startService ollama
|
||||
curl -fsSL https://ollama.com/install.sh | "$ESCALATION_TOOL" sh
|
||||
"$ESCALATION_TOOL" startService ollama
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user