This commit is contained in:
JEEVITHA KANNAN K S 2024-10-26 15:41:12 -07:00 committed by GitHub
commit fe5bf0a2f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ installollama() {
printf "%b\n" "${GREEN}ollama is already installed.${RC}" printf "%b\n" "${GREEN}ollama is already installed.${RC}"
else else
printf "%b\n" "${YELLOW}Installing ollama...${RC}" printf "%b\n" "${YELLOW}Installing ollama...${RC}"
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | "$ESCALATION_TOOL" sh
"$ESCALATION_TOOL" systemctl start ollama "$ESCALATION_TOOL" systemctl start ollama
fi fi
} }