adding advice to run ./ubuntu-prerequisite.sh in install.sh
This commit is contained in:
parent
60e90d6fae
commit
7f88e11fd0
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ fi
|
||||||
for cmd in dtparam dtoverlay ; do
|
for cmd in dtparam dtoverlay ; do
|
||||||
if ! which $cmd &>/dev/null ; then
|
if ! which $cmd &>/dev/null ; then
|
||||||
echo "$cmd not found" 1>&2
|
echo "$cmd not found" 1>&2
|
||||||
|
echo "You may need to run ./ubuntu-prerequisite.sh"
|
||||||
errorFound=1
|
errorFound=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue