Add ollama service
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user