Add ollama service

This commit is contained in:
2024-04-23 23:20:32 +00:00
parent da5cb814a0
commit c852fed55d

View File

@@ -1,5 +1,6 @@
#! /bin/bash #! /bin/bash
# Install Paru
if [ ! $(command -v paru) ]; then if [ ! $(command -v paru) ]; then
sudo pacman -S --needed base-devel sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git 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 xdg-settings set default-web-browser org.gnome.Epiphany.desktop
# Services
sudo systemctl enable ollama
echo echo
echo -e "${GREEN}[I] Done.${ENDCOLOR}" echo -e "${GREEN}[I] Done.${ENDCOLOR}"