diff options
author | davidovski <david@davidovski.xyz> | 2022-03-31 01:01:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-31 01:01:30 +0100 |
commit | 351dffa99f30b6b684439e9bc6a3f016ba3560bd (patch) | |
tree | 53c86928dbbd7bcb71772464264a04274f0e3357 /scripts/install.sh | |
parent | 077436382e9634edb3c1336ba164c356767ff821 (diff) |
removed extra wait steps
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index c367eb4..ee23109 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -121,8 +121,6 @@ for step in $steps; do clear hbar -t -T "$(echo $step | sed "s/_/ /g")" $i $len $step - echo "Press [return] to continue" - read response done echo "Installation finished!" |