From 29ee6566b522cce0752336a80df11250d42275a6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 31 Mar 2022 00:38:45 +0100 Subject: added wait before configuration --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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)) -- cgit v1.2.1