From c4e56a64c71822a13c0af8de998ea833334d1445 Mon Sep 17 00:00:00 2001 From: depsterr Date: Tue, 9 Mar 2021 19:49:49 +0100 Subject: [PATCH] Fixed duplicate string in options --- flash-it.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash-it.sh b/flash-it.sh index 57766f2..417f108 100755 --- a/flash-it.sh +++ b/flash-it.sh @@ -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