X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=lf%2Finstall.ps1;h=f6a57769455c0c8c751e751243c996c24f2b45ad;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=c3cc37b13212730892475c67e3f6d82a43081840;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/lf/install.ps1 b/lf/install.ps1 index c3cc37b..f6a5776 100644 --- a/lf/install.ps1 +++ b/lf/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 ".\lf.exe" -Destination "$pkg_src_bin" popd