Merge pull request #65 from adafruit/update-rgb-matrix

rgb-matrix.sh: use current hzeller commit (tested & verified on Pi 4)
This commit is contained in:
Paint Your Dragon 2019-12-10 17:23:44 -08:00 committed by GitHub
commit 2b541cf370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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."