From 6bcd4cad2f9406b995507610d42385acb41932ba Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Sun, 23 Aug 2020 20:17:17 +0100 Subject: [PATCH] /opt/vc/bin is not on standard $PATH on Ubuntu --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index ff03511..3268e69 100755 --- a/install.sh +++ b/install.sh @@ -39,6 +39,7 @@ if [ ! -d $OVERLAYS ] ; then errorFound=1 fi # should we also check for alsactl and amixer used in seeed-voicecard? +PATH=$PATH:/opt/vc/bin for cmd in dtparam dtoverlay ; do if ! which $cmd &>/dev/null ; then echo "$cmd not found" 1>&2