X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=lsd%2Finstall.ps1;h=bc74e442f192ba81222000ebd1b58a8c9f15636d;hb=46445e9382905a52e770d44191235be179616049;hp=4b4358594aad9f24b26acb4444a74890dba4d0cc;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/lsd/install.ps1 b/lsd/install.ps1 index 4b43585..bc74e44 100644 --- a/lsd/install.ps1 +++ b/lsd/install.ps1 @@ -34,7 +34,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd")) # Enter tmp pushd .local\tmp - # Remove any leftover tmp cruft + # Remove any leftover tmp cruft Remove-Item -Path ".\lsd-v*" -Recurse -ErrorAction Ignore Remove-Item -Path ".\lsd.exe" -Recurse -ErrorAction Ignore @@ -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" - + # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd"