mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-09 02:06:43 +00:00
Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
This commit is contained in:
@@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
|
||||
# Windows BSD-tar handles zip. Imagine that.
|
||||
echo "Unpacking $pkg_download"
|
||||
& tar xf "$pkg_download"
|
||||
& dir
|
||||
|
||||
|
||||
# Settle unpacked archive into place
|
||||
echo "Install Location: $pkg_src_cmd"
|
||||
|
||||
Reference in New Issue
Block a user