Merge pull request #29 from flavio-fernandes/update_rgb-matrix.sh

rgb-matrix.sh: use newer sha1 of github.com/hzeller/rpi-rgb-led-matrix
This commit is contained in:
Paint Your Dragon 2018-10-04 12:51:06 -07:00 committed by GitHub
commit 61cdeb63bd
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=58830f7bb5dfb47fc24f1fd26cd7c4e3a20f13f7
COMMIT=814b79b5696d32dd1140304b41a1ec0068bb271a
if [ $(id -u) -ne 0 ]; then
echo "Installer must be run as root."