Merge remote-tracking branch 'origin/master' into HEAD

This commit is contained in:
Natanael Arndt 2021-03-09 19:24:19 +01:00
commit 000c6531d4
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) 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