X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=sd%2Finstall.ps1;h=3f3e6f0096184d1ed8f00b2a6d62e0c61e5bdfc5;hb=8e3cc6d1a888233fefa899f9b69c20b5a96ea81c;hp=f68d58049e677c499ddc312e108794af248a406c;hpb=fe73f8758a4079cbd764d616afeb261f9c7f8117;p=webi-installers%2F.git diff --git a/sd/install.ps1 b/sd/install.ps1 index f68d580..3f3e6f0 100644 --- a/sd/install.ps1 +++ b/sd/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"