rgb-matrix.sh: use current hzeller commit (tested & verified on Pi 4)

This commit is contained in:
Phillip Burgess 2019-12-10 17:23:16 -08:00
parent a76596aa98
commit d3ea424289

View file

@ -7,7 +7,8 @@
# we reference a specific commit (update this as needed):
GITUSER=https://github.com/hzeller
REPO=rpi-rgb-led-matrix
COMMIT=e3dd56dcc0408862f39cccc47c1d9dea1b0fb2d2
COMMIT=21410d2b0bac006b4a1661594926af347b3ce334
# Previously: COMMIT=e3dd56dcc0408862f39cccc47c1d9dea1b0fb2d2
if [ $(id -u) -ne 0 ]; then
echo "Installer must be run as root."