Compare commits

...

2 Commits

Author SHA1 Message Date
JEEVITHA KANNAN K S
ebd3c49661
Merge 32298afe0b into e3688e9b3d 2024-10-25 16:24:47 +02:00
JEEVITHA KANNAN K S
32298afe0b
Update ollama.sh 2024-10-13 12:16:27 +05:30

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
}