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:
parent
50cf4c44ff
commit
b4bb8166b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue