Update ollama.sh

This commit is contained in:
JEEVITHA KANNAN K S 2024-10-13 12:16:27 +05:30 committed by GitHub
parent 79eb752552
commit 32298afe0b
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}"
else
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
fi
}