adding advice to run ./ubuntu-prerequisite.sh in install.sh

This commit is contained in:
Hin-Tak Leung 2020-08-23 19:17:30 +01:00
parent 115186c53c
commit f4cb786a5b

View file

@ -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