X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=xz%2Finstall.ps1;h=38430e4eedc3a263887c58df5a391e43e49f2953;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=df9e55f63e3448e26cfbf27edcc48e915d38d89d;hpb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;p=webi-installers%2F.git diff --git a/xz/install.ps1 b/xz/install.ps1 index df9e55f..38430e4 100644 --- a/xz/install.ps1 +++ b/xz/install.ps1 @@ -39,7 +39,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 ".\bin_x86-64\xz.exe" -Destination "$pkg_src_bin" Move-Item -Path ".\bin_x86-64\xzdec.exe" -Destination "$pkg_src_bin" Copy-Item -Path "$pkg_src_bin\xzdec.exe" -Destination "$pkg_src_bin\unxz.exe"