X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=yq%2Finstall.ps1;fp=yq%2Finstall.ps1;h=5aa5d931b8c380b316593c8d5db11d8a6e1fa425;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=a9e9b0db0535732c3c2dc0bd175e65e8bae30242;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/yq/install.ps1 b/yq/install.ps1 index a9e9b0d..5aa5d93 100644 --- a/yq/install.ps1 +++ b/yq/install.ps1 @@ -31,7 +31,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) & tar xf "$pkg_download" 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 ".\yq.exe" -Destination "$pkg_src_bin" popd