From 42e6544bf4733376879d6462b0cabeec6390f48f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 00:14:18 -0500 Subject: [PATCH] fix: check for python3 install --- install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install.bash b/install.bash index 2af8a14..91d9d2b 100644 --- a/install.bash +++ b/install.bash @@ -134,6 +134,7 @@ check-script-deps() { git gcc make + python3 ) local ret_code=0