mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-21 15:43:12 +01:00
Add homebrew bin path on Apple Silicon (#365)
This was causing issues on new models
This commit is contained in:
parent
503a116f7c
commit
35c7cae267
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user