From 018e506c80cf10e37c0f8f21b2b3f1992693aaec Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 19 Oct 2023 21:50:39 -0400 Subject: [PATCH] Include More Dependencies --- scripts/install-dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index ed2cabf..006b70a 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -33,7 +33,9 @@ run() { queue_pkg \ git \ cmake \ - ninja-build + ninja-build \ + python3 \ + python3-venv # Host Dependencies Needed For Compile queue_pkg \