X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rg%2Finstall.ps1;h=a721bb3e36b457044f46203d02371a755fd768ed;hb=8292f12db57e98dfcde54cb4f7b78740f8460605;hp=61ca3d5004d5019c041d5356e8665007efe936c7;hpb=ee34ace0ded7395ba1d84a64364673a1f3f6a048;p=webi-installers%2F.git diff --git a/rg/install.ps1 b/rg/install.ps1 index 61ca3d5..a721bb3 100644 --- a/rg/install.ps1 +++ b/rg/install.ps1 @@ -42,7 +42,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"