X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=sd%2Finstall.ps1;h=4ef0608634801fda466cb3fa8aaaaedc7730e695;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=ca86b8abc098854db25a22d5841cee4660d556a8;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/sd/install.ps1 b/sd/install.ps1 index ca86b8a..4ef0608 100644 --- a/sd/install.ps1 +++ b/sd/install.ps1 @@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Settle unpacked archive into place 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 "b\*\release\sd.exe" -Destination "$pkg_src_bin" # Exit tmp popd