summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-31 00:38:45 +0100
committerdavidovski <david@davidovski.xyz>2022-03-31 00:38:45 +0100
commit29ee6566b522cce0752336a80df11250d42275a6 (patch)
treec104b70cd614616164d5e5942c857921890dd0a9 /scripts/install.sh
parent37d6bf003f15fd9ea24ffc94201fc98e2f697157 (diff)
added wait before configuration
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index e26baa5..c1bbf85 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -113,6 +113,7 @@ len=$(echo "$steps" | wc -l)
i=0
echo "Press [return] to enter configuration"
+read response
for step in $steps; do
i=$((i+1))