Skip to content

Commit

Permalink
fix: match any armv7 type
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Dec 26, 2023
1 parent 8989698 commit c663b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ fi

machine=$(uname -m)
case $machine in
"armv7*")
armv7*)
machine="arm"
;;
"aarch64")
aarch64)
machine="arm64"
;;
esac
Expand Down

0 comments on commit c663b2d

Please sign in to comment.