This commit is contained in:
Patrick_Pluto 2024-10-09 13:10:03 +02:00
parent 57a4fe3edc
commit f268a1b930
3 changed files with 3 additions and 1 deletions

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 #!/bin/bash
apt install npm nodejs python3-pip -y apt install npm nodejs python3-pip -y
if ! ollama; then
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh
fi
systemctl enable ollama --now systemctl enable ollama --now