diff --git a/iiab-install b/iiab-install index 67a4b4b5e..241e46f28 100755 --- a/iiab-install +++ b/iiab-install @@ -23,8 +23,8 @@ if [ $OS = "raspbian" ]; then echo "found" REBOOT=`uname -a | grep 4.9.59-v7+ | wc -l` if [ $REBOOT != 1 ]; then - echo "Please update your system with 'add inst' " - echo "and reboot to install latest kernel" + echo "Please update your system with "apt update" then " + echo ""apt dist-upgrade" and reboot to install latest kernel" exit 1 else echo "latest kernel installed - continuing" @@ -40,6 +40,7 @@ STAGE="" if [ ! -f /etc/iiab/iiab.env ]; then mkdir -p /etc/iiab + ./scripts/ansible else OLD=`grep XSCE /etc/iiab/iiab.env | wc -l` if [ "$OLD" != 0 ] || [ "$1" = "--reinstall" ]; then