fix: check for python3 install

This commit is contained in:
Price Hiller 2022-07-31 00:14:18 -05:00
parent 211e857490
commit 42e6544bf4

View File

@ -134,6 +134,7 @@ check-script-deps() {
git
gcc
make
python3
)
local ret_code=0