Update ollama.sh (#815)

Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
Jeevitha Kannan K S 2024-11-08 00:34:53 +05:30 committed by GitHub
parent 1e39d967c5
commit 9dbb787ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}