Last active
July 11, 2021 08:46
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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
Thank you @slhck