From 53224d0c05f1f46377b1cf132aec27a67a5d200d Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Sun, 5 Nov 2017 00:53:44 -0400 Subject: [PATCH] instructions and ansible --- iiab-install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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