diff options
author | davidovski <david@davidovski.xyz> | 2022-03-31 00:39:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-31 00:39:34 +0100 |
commit | 861e4bd5e9f427be0784e4cbbadcb07129b369bc (patch) | |
tree | c7b607cf0eca6c52c24b6e9044f202e3d57abeab | |
parent | 29ee6566b522cce0752336a80df11250d42275a6 (diff) |
added more press to continue
-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!" |