59b5ea753619ebbde669725b744f371063f63dc0
[webi-installers/.git] / ripgrep / install.sh
1 # title: Ripgrep (alias)
2 # homepage: https://webinstall.dev/rg
3 # tagline: `ripgrep` (project) is an alias for `rg` (command)
4 # alias: rg
5 # description: |
6 #   See https://webinstall.dev/rg
7
8 echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
9 WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
10 curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION:-}" | bash