X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=lsd%2Finstall.ps1;h=15c3124bc2aa8980f9963a0ba118932c96fde433;hb=9b48d8578e02de31f50accd54dd472bee8abede3;hp=3722062217e37e022ebcb5753fc63477f8e11b06;hpb=996e2a1324d20a0728990e82c9741f43e9e1117c;p=webi-installers%2F.git diff --git a/lsd/install.ps1 b/lsd/install.ps1 index 3722062..15c3124 100644 --- a/lsd/install.ps1 +++ b/lsd/install.ps1 @@ -42,11 +42,11 @@ 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 + New-Item "$pkg_src_bin" -ItemType Directory -Force Move-Item -Path ".\lsd-*\lsd.exe" -Destination "$pkg_src_bin" # Exit tmp