Skip to content

Commit

Permalink
Merge pull request #520 from tracerrx/add-make-to-installer
Browse files Browse the repository at this point in the history
Added apt command to install make
  • Loading branch information
ty-porter authored Feb 27, 2024
2 parents 1cc1365 + 89d6ed5 commit 2307930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2307930

Please sign in to comment.