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:
commit
61cdeb63bd
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=58830f7bb5dfb47fc24f1fd26cd7c4e3a20f13f7
|
||||
COMMIT=814b79b5696d32dd1140304b41a1ec0068bb271a
|
||||
|
||||
if [ $(id -u) -ne 0 ]; then
|
||||
echo "Installer must be run as root."
|
||||
|
|
|
|||
Loading…
Reference in a new issue