Files
vim-ale/ripgrep/install.ps1
Oscar J Rodriguez 0287cd4beb feature(rg): add installer alias for ripgrep (see #221)
Making ripgrep installer an alias for rg
2021-12-05 05:01:21 +00:00

4 lines
238 B
PowerShell

echo "'ripgrep@$Env:WEBI_TAG' is an alias for 'rg@$Env:WEBI_VERSION'"
IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }
curl.exe -fsSL "$Env:WEBI_HOST/rg@$Env:WEBI_VERSION" | powershell