fixes.sh
This commit is contained in:
parent
57a4fe3edc
commit
f268a1b930
3 changed files with 3 additions and 1 deletions
0
deployment_scripts/linux/prepare-free.sh
Normal file → Executable file
0
deployment_scripts/linux/prepare-free.sh
Normal file → Executable file
0
deployment_scripts/linux/prepare-nonfree.sh
Normal file → Executable file
0
deployment_scripts/linux/prepare-nonfree.sh
Normal file → Executable file
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt install npm nodejs python3-pip -y
|
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
|
systemctl enable ollama --now
|
Loading…
Reference in a new issue