From 32298afe0b21cb839d09ed96cc438d38d90d9473 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Sun, 13 Oct 2024 12:16:27 +0530 Subject: [PATCH] Update ollama.sh --- core/tabs/utils/ollama.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tabs/utils/ollama.sh b/core/tabs/utils/ollama.sh index 35453ba3..40bfa4ce 100644 --- a/core/tabs/utils/ollama.sh +++ b/core/tabs/utils/ollama.sh @@ -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 }