main #55

Merged
YasinOnm08 merged 32 commits from React-Group/interstellar_ai:main into main 2024-10-09 13:33:25 +02:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit f268a1b930 - Show all commits

0
deployment_scripts/linux/prepare-free.sh Normal file → Executable file
View file

0
deployment_scripts/linux/prepare-nonfree.sh Normal file → Executable file
View file

View file

@ -1,5 +1,7 @@
#!/bin/bash
apt install npm nodejs python3-pip -y
curl -fsSL https://ollama.com/install.sh | sh
if ! ollama; then
curl -fsSL https://ollama.com/install.sh | sh
fi
systemctl enable ollama --now