From 89d6ed5fddba9af70e9b58add940c6b6a12962c5 Mon Sep 17 00:00:00 2001 From: Nicholas Saraniti Date: Thu, 22 Feb 2024 12:26:51 -0500 Subject: [PATCH] Added apt command to install make --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 98d9ec5f..330d385c 100755 --- a/install.sh +++ b/install.sh @@ -124,6 +124,7 @@ fi if [ "$SKIP_MATRIX" = false ]; then echo "Running rgbmatrix installation..." + sudo apt-get install -y make mkdir submodules cd submodules git clone https://github.com/hzeller/rpi-rgb-led-matrix.git matrix