X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=lsd%2Finstall.ps1;h=15c3124bc2aa8980f9963a0ba118932c96fde433;hb=fa753e15b9b048f3ed82fdaf2a7a0cfd7f37ac3d;hp=bac24ff95d08d77df5b719e27fd9dfe3f723ad6b;hpb=30fd0a3950a8f14244fe6b64950bfe19b85dcce3;p=webi-installers%2F.git diff --git a/lsd/install.ps1 b/lsd/install.ps1 index bac24ff..15c3124 100644 --- a/lsd/install.ps1 +++ b/lsd/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"