diff --git a/deployment_scripts/linux/root.sh b/deployment_scripts/linux/root.sh index e5805d2..6278166 100644 --- a/deployment_scripts/linux/root.sh +++ b/deployment_scripts/linux/root.sh @@ -1,6 +1,6 @@ #!/bin/bash -apt install npm nodejs python3-pip -y +apt install npm nodejs python3-full -y if ! ollama; then curl -fsSL https://ollama.com/install.sh | sh fi