Skip to content

Commit

Permalink
add toobox arm,2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogyo210 committed Apr 12, 2024
1 parent d952c8e commit ad1bca9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/install_in_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ cd ~
arch=""
case $(uname) in
Darwin)
tar -xvf /tmp/Darwin/darwin.tar -C /tmp
[[ "$(uname -m)" =~ "arm64" ]] && arch="-arm"
tar -xvf /tmp/Darwin${arch}/darwin${arch}.tar -C /tmp
mv /tmp/toolbox ~/.toolbox
;;
Linux)
Expand Down

0 comments on commit ad1bca9

Please sign in to comment.