Skip to content

Commit

Permalink
Added apt command to install make
Browse files Browse the repository at this point in the history
  • Loading branch information
tracerrx committed Feb 22, 2024
1 parent 087811d commit 89d6ed5
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 89d6ed5

Please sign in to comment.