summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-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!"