mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Grammer fix / spacing fixes
This commit is contained in:
parent
543461817b
commit
2aa5c5563a
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ function version_gt() { [ "$(printf '%s\n' "$@" | sort -V | head -1)" != "$1" ];
|
|||
CURR_KERN=`uname -r`
|
||||
echo "Found Kernel "$CURR_KERN""
|
||||
if [ $OS == "raspbian" ] && version_gt $MIN_RPI_KERN $CURR_KERN; then
|
||||
echo "Kernel "$MIN_RPI_KERN" or higher requires on Raspbian."
|
||||
echo "Kernel "$MIN_RPI_KERN" or higher required on Raspbian."
|
||||
echo "Please run 'apt update' then 'apt install raspberrypi-kernel' then reboot."
|
||||
echo "INSTALL INSTRUCTIONS: https://github.com/iiab/iiab/wiki/IIAB-Installation"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue