X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_example%2Finstall.ps1;h=e99cf7f9fc4a69f917ca2313089fac0aeb964c32;hb=59074b5d9d0a9f03a0f525011a3cbd37428347c4;hp=ad1376e4f6b471c121ef9aed06f312be6945f4ed;hpb=1c97e1c661fd9739d71079b60e90ab2419d4531c;p=webi-installers%2F.git diff --git a/_example/install.ps1 b/_example/install.ps1 index ad1376e..e99cf7f 100644 --- a/_example/install.ps1 +++ b/_example/install.ps1 @@ -46,8 +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" New-Item "$pkg_src_bin" -ItemType Directory