Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
Created June 4, 2018 02:09
Show Gist options
  • Save chrissimpkins/280e2590383a167665942a6a24c837e6 to your computer and use it in GitHub Desktop.
Save chrissimpkins/280e2590383a167665942a6a24c837e6 to your computer and use it in GitHub Desktop.
Upgrade crunch executable and dependencies
#!/bin/sh
git clone https://github.com/chrissimpkins/Crunch.git
cd Crunch
rm -rf ~/pngquant
rm -rf ~/zopfli
make build-dependencies
make install-executable
crunch --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment