From 4dead092582807a2b75f203c73da0850c42cc3f8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 14 Nov 2019 12:03:51 -0500 Subject: [PATCH] Update iiab-install --- iiab-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab-install b/iiab-install index ecd60e731..81705b8f5 100755 --- a/iiab-install +++ b/iiab-install @@ -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 "IF TRULY NEC: run 'rpi-update' to install a very 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