Update install.sh (#457)

This commit is contained in:
Sung Won Cho 2020-04-26 11:13:11 +10:00 committed by GitHub
commit 6515aacf42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,7 @@ check_platform() {
case "$platform" in
darwin/amd64) found=0;;
linux/amd64) found=0 ;;
linux/arm64) found=0 ;;
esac
return $found