X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=arc%2Finstall.ps1;h=f29c4430252d494857b0c15b13b72935aed7fad3;hb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;hp=97080322371c95fe3f7660fbb6e0adc9e2e8b9aa;hpb=fb74770abb082dba1adc0619ae911bb8fe7dd462;p=webi-installers%2F.git diff --git a/arc/install.ps1 b/arc/install.ps1 index 9708032..f29c443 100644 --- a/arc/install.ps1 +++ b/arc/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