cleanup: use -Force making directories
[webi-installers/.git] / keypairs / install.ps1
index 0a5f9cf152a9b1c444bc9edc788ef4fcc2a083f9..fcfa2b12b85d7fbf500d0e9dbf51ff901a6e3af2 100644 (file)
@@ -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 ".\keypairs.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp