diff options
| -rwxr-xr-x | scripts/install.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/scripts/install.sh b/scripts/install.sh index c1bbf85..c7a3674 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -120,6 +120,8 @@ for step in $steps; do      clear      hbar -t -T "$(echo $step | sed "s/_/ /g")" $i $len      $step +    echo "Press [return] to continue" +    read  done  echo "Installation finished!" | 
