1
0
Fork 0
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:
A Holt 2017-11-09 21:19:38 -05:00 committed by GitHub
parent 543461817b
commit 2aa5c5563a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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