Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
[webi-installers/.git] / curlie / install.ps1
index 6360ede3ff8a75114c1c59ac4c5cbe5c4b974a0e..bc9976951a0891d0f994792aa2f80905f4ecf334 100644 (file)
@@ -28,7 +28,7 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\xbin\$VERNAME"))
         & tar xf "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"
         # Move single binary into root of temporary folder
         & move "$EXENAME" "$VERNAME"
-        & dir
+        
 
         # Settle unpacked archive into place
         echo "New Name: $VERNAME"