X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitdeploy%2Finstall.ps1;fp=gitdeploy%2Finstall.ps1;h=09e7e42049ae1aa600ce240ae594e8b432255223;hb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;hp=ebab8318754baaadd7d79724e75fb1a10d54b055;hpb=fb74770abb082dba1adc0619ae911bb8fe7dd462;p=webi-installers%2F.git diff --git a/gitdeploy/install.ps1 b/gitdeploy/install.ps1 index ebab831..09e7e42 100644 --- a/gitdeploy/install.ps1 +++ b/gitdeploy/install.ps1 @@ -53,5 +53,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