mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-05 16:26:36 +00:00
cleanup: */install.ps1 add out-null to all New-Item calls
This commit is contained in:
@@ -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 ".\lf.exe" -Destination "$pkg_src_bin"
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user