1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Kernel warning's output alignment fixed

This commit is contained in:
A Holt 2017-11-08 02:56:13 -05:00 committed by GitHub
parent 50cf4c44ff
commit b4bb8166b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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