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:
parent
483634d3e9
commit
53224d0c05
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue