X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=shfmt%2Finstall.ps1;h=7b4c44a8de1e873d3a777926b534ab05d9ea8ed7;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=29d262784c81f41e3a977aaaf921759ebaf543b3;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/shfmt/install.ps1 b/shfmt/install.ps1 index 29d2627..7b4c44a 100644 --- a/shfmt/install.ps1 +++ b/shfmt/install.ps1 @@ -35,7 +35,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) & tar xf "$pkg_download" echo "Install Location: $pkg_src_cmd" - New-Item "$pkg_src_bin" -ItemType Directory -Force + New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null Move-Item -Path ".\shfmt-*\shfmt.exe" -Destination "$pkg_src_bin" popd