X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rg%2Finstall.ps1;h=190f8b959ff2c43b56c3ec967d6b6f4db508f1c2;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=f6da869fdb49843211cdb171f5fdcc48daddcda8;hpb=46445e9382905a52e770d44191235be179616049;p=webi-installers%2F.git diff --git a/rg/install.ps1 b/rg/install.ps1 index f6da869..190f8b9 100644 --- a/rg/install.ps1 +++ b/rg/install.ps1 @@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd" - New-Item "$pkg_src_bin" -ItemType Directory -Force + New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null Move-Item -Path ".\ripgrep-*\rg.exe" -Destination "$pkg_src_bin" # Exit tmp