diff options
| -rwxr-xr-x | scripts/install.sh | 1 | 
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)) | 
