From f2154655726db5dd3f26cf23079fbbb75c487aad Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Sun, 9 Sep 2018 21:43:31 -0400 Subject: [PATCH] rgb-matrix.sh: use newer sha1 of github.com/hzeller/rpi-rgb-led-matrix --- rgb-matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rgb-matrix.sh b/rgb-matrix.sh index 03c0366..8c9e844 100755 --- a/rgb-matrix.sh +++ b/rgb-matrix.sh @@ -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."