feature(rg): add installer alias for ripgrep (see #221)

Making ripgrep installer an alias for rg
This commit is contained in:
Oscar J Rodriguez
2021-12-05 05:01:21 +00:00
committed by AJ ONeal
parent 7e3baa5116
commit 0287cd4beb
+3
View File
@@ -0,0 +1,3 @@
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