1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

instructions and ansible

This commit is contained in:
Jerry Vonau 2017-11-05 00:53:44 -04:00
parent 483634d3e9
commit 53224d0c05

View file

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