X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=shfmt%2Finstall.ps1;fp=shfmt%2Finstall.ps1;h=29d262784c81f41e3a977aaaf921759ebaf543b3;hb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;hp=a4f1ae7cf761703755bf33e2eadcf00eb9ecd3fa;hpb=fb74770abb082dba1adc0619ae911bb8fe7dd462;p=webi-installers%2F.git diff --git a/shfmt/install.ps1 b/shfmt/install.ps1 index a4f1ae7..29d2627 100644 --- a/shfmt/install.ps1 +++ b/shfmt/install.ps1 @@ -42,5 +42,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