Update library reference to support Pi 4

The existing commit reference for hzeller's library points to a version of which doesn't support the recently released Raspberry Pi 4. Edited the script to point to the new commit before running it and it started working fine on the Pi4.
This commit is contained in:
Iain 2019-07-16 08:25:30 +01:00 committed by GitHub
parent a2f7fb1fd2
commit 03ee6248a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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