Skip to content

Commit

Permalink
Update install.sh (dnote#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Cho authored Apr 26, 2020
1 parent fa9f431 commit 6515aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ check_platform() {
case "$platform" in
darwin/amd64) found=0;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac

return $found
Expand Down

0 comments on commit 6515aac

Please sign in to comment.