Added an attention function that plays a sound when interaction is needed. This means people will be able to do something else while packages install, and turn off speech while doing so.

This commit is contained in:
stormdragon2976
2023-01-22 23:48:56 -05:00
parent 2aaad60d04
commit b9166407d1
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,8 @@ gitDir="$(mktemp -d)"
echo "Loading I38, please wait..."
git clone -q https://git.stormux.org/storm/I38 "$gitDir"
cd "$gitDir"
# Play a sound to let the user know the next part is interactive.
attention
./i38.sh -x
./i38.sh
fi