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}"