Updated select block
This commit is contained in:
parent
6ef2102af9
commit
17c43881b8
1 changed files with 1 additions and 0 deletions
1
docs/static/setup.sh
vendored
1
docs/static/setup.sh
vendored
|
@ -23,6 +23,7 @@ select opt in "${options[@]}" "Quit"; do
|
|||
|
||||
1 ) board="nice_nano"; break;;
|
||||
2 ) board="proton_c"; break;;
|
||||
3 ) board="BlueMicro52840 (v1)"; break;;
|
||||
|
||||
$(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;;
|
||||
*) echo "Invalid option. Try another one.";continue;;
|
||||
|
|
Loading…
Reference in a new issue