X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=xz%2Finstall.ps1;h=df9e55f63e3448e26cfbf27edcc48e915d38d89d;hb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;hp=8d893e3eea3ff1b436da75b2db419cabf12ab470;hpb=fb74770abb082dba1adc0619ae911bb8fe7dd462;p=webi-installers%2F.git diff --git a/xz/install.ps1 b/xz/install.ps1 index 8d893e3..df9e55f 100644 --- a/xz/install.ps1 +++ b/xz/install.ps1 @@ -51,5 +51,5 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) } echo "Copying into '$pkg_dst_cmd' from '$pkg_src_cmd'" -Remove-Item -Path "$pkg_dst_cmd" -Recurse -ErrorAction Ignore +Remove-Item -Path "$pkg_dst_cmd" -Recurse -ErrorAction Ignore | out-null Copy-Item -Path "$pkg_src" -Destination "$pkg_dst" -Recurse