From 42bea1bc713e49f1b6c0b9b8183d510c786cc568 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 25 Apr 2024 20:28:15 +0100 Subject: [PATCH] Remove ollama service --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 76e964b3..433a2858 100755 --- a/install.sh +++ b/install.sh @@ -32,8 +32,5 @@ dconf load / < dconf-settings xdg-settings set default-web-browser org.gnome.Epiphany.desktop -# Services -sudo systemctl enable ollama - echo echo -e "${GREEN}[I] Done.${ENDCOLOR}"