summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-31 00:39:48 +0100
committerdavidovski <david@davidovski.xyz>2022-03-31 00:39:48 +0100
commit47bd888ccda7f68a25b2c5ab6aaa5edfd66d1dd5 (patch)
tree8001494362935bb1e0f822828e871b9c3370babc
parent861e4bd5e9f427be0784e4cbbadcb07129b369bc (diff)
posix read
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index c7a3674..c2b2ea9 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -121,7 +121,7 @@ for step in $steps; do
hbar -t -T "$(echo $step | sed "s/_/ /g")" $i $len
$step
echo "Press [return] to continue"
- read
+ read response
done
echo "Installation finished!"