dear god, untested linux scripts
This commit is contained in:
parent
6435bfad8d
commit
a592cf0e18
4 changed files with 60 additions and 0 deletions
5
deployment_scripts/linux/root.sh
Normal file
5
deployment_scripts/linux/root.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt install npm nodejs python3-pip
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
systemctl enable ollama --now
|
Loading…
Add table
Add a link
Reference in a new issue