Add homebrew bin path on Apple Silicon (#365)

This was causing issues on new models
This commit is contained in:
Maycon Santos 2022-06-20 11:34:24 +02:00 committed by GitHub
parent 503a116f7c
commit 35c7cae267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/sh
export PATH=$PATH:/usr/local/bin
export PATH=$PATH:/usr/local/bin:/opt/homebrew/bin
# check if wiretrustee is installed
WT_BIN=$(which wiretrustee)