Fixed duplicate string in options

This commit is contained in:
depsterr 2021-03-09 19:49:49 +01:00
parent dc9a075235
commit c4e56a64c7
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ else
printf '%s\n' "Which image do you want to flash?"
: $(( i = 0 ))
for opt in "PinePhone 1.0 (Development) device" "PinePhone 1.1 (Brave Heart) or 1.2 (Community Editions) devicnePhone 1.1 (Brave Heart) or 1.2 (Community Editions) device" "PineTab device" "PineTab Dev device" "Dont Be Evil devkit"; do
for opt in "PinePhone 1.0 (Development) device" "PinePhone 1.1 (Brave Heart) or 1.2 (Community Editions) device" "PineTab device" "PineTab Dev device" "Dont Be Evil devkit"; do
: $(( i += 1 ))
printf '%s\n' "$i) $opt"
done