mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
syntax: echo "$var" + rpi-update warning
This commit is contained in:
parent
7e99294580
commit
6a26bb1ff6
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ echo "Found Kernel ""$CURR_KERN"
|
|||
if [ "$OS" == "raspbian" ] && version_gt $MIN_RPI_KERN $CURR_KERN ; then
|
||||
echo -e "\nEXITING: Kernel ""$MIN_RPI_KERN"" or higher required with Raspbian."
|
||||
echo -e "PLEASE RUN 'apt update' then 'apt install raspberrypi-kernel' then reboot."
|
||||
echo -e "THEN IF NEC run 'rpi-update' to install a more recent kernel, then reboot."
|
||||
echo -e "IF TRULY NEC: run 'rpi-update' to install a very recent kernel, then reboot."
|
||||
echo -e "IIAB INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue