Skip to content

Commit

Permalink
Update ollama.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Oct 13, 2024
1 parent 79eb752 commit 32298af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/utils/ollama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 32298af

Please sign in to comment.