summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-31 01:01:30 +0100
committerdavidovski <david@davidovski.xyz>2022-03-31 01:01:30 +0100
commit351dffa99f30b6b684439e9bc6a3f016ba3560bd (patch)
tree53c86928dbbd7bcb71772464264a04274f0e3357
parent077436382e9634edb3c1336ba164c356767ff821 (diff)
removed extra wait steps
-rwxr-xr-xscripts/install.sh2
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!"