ethersphere / bee-clef

bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
GNU General Public License v3.0
79 stars 49 forks source link

brew default path on M1 macs #11

Open zapaz opened 3 years ago

zapaz commented 3 years ago

In Brew v3 that supports new Macs M1, local path starts with /opt/homebrew and no more /usr/local

scripts could add :

#LOCAL_DIR=/usr/local
LOCAL_DIR=/opt/homebrew

and then use $LOCAL_DIR

vandot commented 3 years ago

@zapaz thanks for your ticket, we are aware of that change and we will include it but before golang 1.16 is released (stable release) we cannot do anything about it, golang 1.16 has a support for new M1 chip