mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-install
This commit is contained in:
parent
a8a117cdf2
commit
0280d02a0b
1 changed files with 6 additions and 1 deletions
|
@ -178,7 +178,12 @@ fi
|
||||||
# Allow iiab-install to read IIAB_STATE_FILE to not repeat installs of previous
|
# Allow iiab-install to read IIAB_STATE_FILE to not repeat installs of previous
|
||||||
# roles that already completed within the stage.
|
# roles that already completed within the stage.
|
||||||
if [ ! -f $IIAB_STATE_FILE ]; then
|
if [ ! -f $IIAB_STATE_FILE ]; then
|
||||||
touch $IIAB_STATE_FILE
|
#touch $IIAB_STATE_FILE
|
||||||
|
cat > $IIAB_STATE_FILE << EOF
|
||||||
|
# DO *NOT* MANUALLY EDIT THIS, THANKS!
|
||||||
|
# IIAB does NOT currently support uninstalling apps.
|
||||||
|
|
||||||
|
EOF
|
||||||
fi
|
fi
|
||||||
echo -e "\nTRY TO RERUN './iiab-install' IF IT FAILS DUE TO CONNECTIVITY ISSUES ETC!\n"
|
echo -e "\nTRY TO RERUN './iiab-install' IF IT FAILS DUE TO CONNECTIVITY ISSUES ETC!\n"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue