diff --git a/iiab-install b/iiab-install index bfb72c85e..c145cdd4f 100755 --- a/iiab-install +++ b/iiab-install @@ -27,8 +27,8 @@ if [ $OS == "raspbian" ]; then if version_gt $CURRENT_KERN $OLD_RPI_KERN ; then echo "Kernel looks ok - continuing" else - echo "Kernel "$OLD_RPI_KERN" is obsolete. Before running './iiab-install' you first" - echo "need to update your system with 'apt update' then 'apt dist-upgrade' then reboot." + echo "Kernel "$OLD_RPI_KERN" is obsolete. Before running './iiab-install' you first need" + echo "to update your system with 'apt update' then 'apt dist-upgrade' then reboot." echo "INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation" exit 1 fi