changes made
[webi-installers/.git] / rg / install.ps1
index 2c161a022dc58a1194563eb511b0e5b2e264ab7e..61ca3d5004d5019c041d5356e8665007efe936c7 100644 (file)
@@ -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
+        New-Item "$pkg_src_bin" -ItemType Directory -Force
         Move-Item -Path ".\ripgrep-*\rg.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp