mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Kernel warning fixed up
This commit is contained in:
parent
c682b1d162
commit
36d46d0321
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ 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 need"
|
||||
echo "Kernel "$CURRENT_KERN" is too old. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue