Skip to content

Instantly share code, notes, and snippets.

@rikvanderkemp
Created September 19, 2019 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rikvanderkemp/112102b83cd07cef879c4310a63e441a to your computer and use it in GitHub Desktop.
Save rikvanderkemp/112102b83cd07cef879c4310a63e441a to your computer and use it in GitHub Desktop.
#!/bin/env bash
curl -LO "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep-11.0.2-i686-unknown-linux-musl.tar.gz"
tar xvf ripgrep-11.0.2-i686-unknown-linux-musl.tar.gz
cp ripgrep-11.0.2-i686-unknown-linux-musl/rg /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment