From 427a48a64d588f3a3367b2d5da64ac8949b6640d Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Wed, 9 Oct 2024 13:17:35 +0200 Subject: [PATCH] full python3 in scripts --- deployment_scripts/linux/root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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