running ollama serve and running deepseek-r1 as the shell of a new user, now when we login as the user we get the ollama deepseek prompt
sudo chsh deep /home/deep/deepscript
deepscript
#!/bin/bash
ollama run deepseek-r1
make it executable
chmod +x deepscript