From 9605368e6ce7a3834ee0362a4526b2b0c258bb28 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 92d0ead94..6ac1dc4d4 100755 --- a/iiab-install +++ b/iiab-install @@ -72,7 +72,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