diff --git a/scripts/install.sh b/scripts/install.sh index 9b615989..93bd1eaf 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -74,6 +74,9 @@ configure_systemd() { $SUDO useradd -r -s /bin/false -m -d /usr/share/ollama ollama fi + status "Adding current user to ollama group..." + $SUDO usermod -a -G ollama $(whoami) + status "Creating ollama systemd service..." cat </dev/null [Unit]