diff options
| author | davidovski <david@davidovski.xyz> | 2022-03-31 00:38:45 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-03-31 00:38:45 +0100 | 
| commit | 29ee6566b522cce0752336a80df11250d42275a6 (patch) | |
| tree | c104b70cd614616164d5e5942c857921890dd0a9 | |
| parent | 37d6bf003f15fd9ea24ffc94201fc98e2f697157 (diff) | |
added wait before configuration
| -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)) | 
