From 191e10c962a3bd6221d5458d7837668c9b3e3a34 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 14 Nov 2019 12:09:24 -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 87475c0d3..734caf682 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 "THEN IF NEC, run 'rpi-update' to install a more recent kernel, then reboot." + echo -e "THEN IF NEC run 'rpi-update' to install a more recent kernel, then reboot." echo -e "IIAB INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation" exit 1 fi