mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-16 18:21:24 +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
|
#!/bin/sh
|
||||||
|
|
||||||
export PATH=$PATH:/usr/local/bin
|
export PATH=$PATH:/usr/local/bin:/opt/homebrew/bin
|
||||||
|
|
||||||
# check if wiretrustee is installed
|
# check if wiretrustee is installed
|
||||||
WT_BIN=$(which wiretrustee)
|
WT_BIN=$(which wiretrustee)
|
||||||
|
Loading…
Reference in New Issue
Block a user