|
|
|
|
|
by acdha
3940 days ago
|
|
This is a commonly-repeated cargo-cult security trope: if you're going to run arbitrary code from Homebrew, your risk exposure is no different whether you download the installer and run it as two separate actions or one combined command. The option you're thinking of is -k — -f simply tells curl to fail silently on errors, not ignore them: http://curl.haxx.se/docs/manpage.html#-f |
|