mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Merge 32298afe0b
into 696110eae5
This commit is contained in:
commit
fe5bf0a2f8
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user