X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=inline;f=gitdeploy%2Finstall.ps1;h=ebab8318754baaadd7d79724e75fb1a10d54b055;hb=7068584ef56fb51bb39c18d5afeb0d31b7bac757;hp=5d9d23286339e870d9e72244a1ef6a65f957bf7d;hpb=71e67540a1f2ad3fa74a55152d9375e3fc03a2e5;p=webi-installers%2F.git diff --git a/gitdeploy/install.ps1 b/gitdeploy/install.ps1 index 5d9d232..ebab831 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 + New-Item "$pkg_src_bin" -ItemType Directory -Force Move-Item -Path ".\gitdeploy.exe" -Destination "$pkg_src_bin" # Exit tmp