X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=keypairs%2Finstall.ps1;h=1ea1097fdf99fa03d60f20e9a072ad2659f503f8;hb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;hp=fcfa2b12b85d7fbf500d0e9dbf51ff901a6e3af2;hpb=fb74770abb082dba1adc0619ae911bb8fe7dd462;p=webi-installers%2F.git diff --git a/keypairs/install.ps1 b/keypairs/install.ps1 index fcfa2b1..1ea1097 100644 --- a/keypairs/install.ps1 +++ b/keypairs/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