Add ollama service

This commit is contained in:
2024-04-23 23:20:32 +00:00
parent d3193dc5e4
commit 315c42d478

View File

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