From 315c42d47883fbc28722309e4daf12c6d9b2d43e Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 23 Apr 2024 23:20:32 +0000 Subject: [PATCH] Add ollama service --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index c83d664e..76e964b3 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #! /bin/bash +# Install Paru if [ ! $(command -v paru) ]; then sudo pacman -S --needed base-devel git clone https://aur.archlinux.org/paru.git @@ -31,5 +32,8 @@ 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}"