Skip to content

Commit

Permalink
Update customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
multiwirth authored Sep 8, 2020
1 parent 5fa0f13 commit d141ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ REPLACE="

print_modname() {
ui_print "*******************************"
ui_print " APTX finally for armv7 "
ui_print " APTX finally for Android 10 "
ui_print "*******************************"
}

Expand All @@ -137,7 +137,7 @@ on_install() {
fi

if [ $ARCH != "arm" ]; then
abort "Only support armv7 devices"
abort "Only support arm devices"
fi

ui_print "- Extracting module files"
Expand Down

0 comments on commit d141ff1

Please sign in to comment.