Remix.run Logo
frizlab 3 hours ago

Thanks for your hard work!

I discovered Homebrew now sometimes asks whether I actually want to install a formula (e.g. `brew install ffmpeg` asks whether I want to install it because it has dependencies). Is there a way to disable this behavior and revert to the previous one?

mikemcquaid 3 hours ago | parent [-]

Thanks :)

—-no-ask, —-yes, -y or HOMEBREW_NO_ASK=1

frizlab 3 hours ago | parent [-]

Nice, thanks! Added to my configuration file :)

https://github.com/Frizlab/frizlabs-conf/blob/663e287eadadd9...