X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitdeploy%2Finstall.ps1;h=b10d7539bdbbbb0ad3d984ee8ad706fedefd683c;hb=07420f775e90d2acff6522c2155adf34273d130e;hp=09e7e42049ae1aa600ce240ae594e8b432255223;hpb=dbeef945f552f6554d78e644d3e0b5ca9f6603e1;p=webi-installers%2F.git diff --git a/gitdeploy/install.ps1 b/gitdeploy/install.ps1 index 09e7e42..b10d753 100644 --- a/gitdeploy/install.ps1 +++ b/gitdeploy/install.ps1 @@ -45,7 +45,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 ".\gitdeploy.exe" -Destination "$pkg_src_bin" # Exit tmp