From b4bb8166b377630bd9e4bf6a70cb264f45564130 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 8 Nov 2017 02:56:13 -0500 Subject: [PATCH] Kernel warning's output alignment fixed --- iiab-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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