From 351dffa99f30b6b684439e9bc6a3f016ba3560bd Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 31 Mar 2022 01:01:30 +0100 Subject: removed extra wait steps --- scripts/install.sh | 2 -- 1 file changed, 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!" -- cgit v1.2.1