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:
parent
a2f7fb1fd2
commit
03ee6248a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue