Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arbal/3f552be79d279f30f461d401a5716641 to your computer and use it in GitHub Desktop.
Save arbal/3f552be79d279f30f461d401a5716641 to your computer and use it in GitHub Desktop.
brew install moreutils and parallels (and pwntools and task-spooler to - just to possibly avoid this nightmare again)
echo "Thank you @slhck for https://github.com/slhck/homebrew-moreutils :)"
brew update; brew uninstall -f --ignore-dependencies parallel; brew uninstall -f --ignore-dependencies task-spooler; brew uninstall -f --ignore-dependencies moreutils; brew update; brew upgrade; brew cleanup; brew tap-pin slhck/moreutils; brew update; brew upgrade; brew install moreutils --without-parallel --without-errno --without-ts; brew install -f parallel; brew install -f pwntools; brew install -f task-spooler; brew update; brew upgrade; brew cleanup; brew doctor
@arbal
Copy link
Author

arbal commented Jun 28, 2019

Thank you @slhck

@arbal
Copy link
Author

arbal commented Jul 11, 2021

There is a now a simpler way, thanks to changes upstream.

brew install slhck/moreutils/moreutils --without-parallel --without-errno --without-sponge --without-ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment