Skip to content

Commit

Permalink
Fix spelling of ASUS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Apr 10, 2019
1 parent 460f75a commit 261c475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw_model.sh
Expand Up @@ -24,7 +24,7 @@
#
# - Line1 -
# HW_MODEL 110 RoseapplePi
# HW_MODEL 100 Asus Tinker Board
# HW_MODEL 100 ASUS Tinker Board
# HW_MODEL 90 A20-OLinuXino-MICRO
# HW_MODEL 80 Cubieboard 3
# HW_MODEL 70 Sparky SBC
Expand Down Expand Up @@ -417,10 +417,10 @@
HW_MODEL_DESCRIPTION='RoseapplePi'
IMAGE_ADDITIONAL_CREDITS='ARMbian'

#Asus Tinker Board
#ASUS Tinker Board
elif (( $HW_MODEL == 100 )); then

HW_MODEL_DESCRIPTION='Asus Tinker Board'
HW_MODEL_DESCRIPTION='ASUS Tinker Board'

#A20-OLinuXino-MICRO
elif (( $HW_MODEL == 90 )); then
Expand Down

0 comments on commit 261c475

Please sign in to comment.