X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=sd%2Finstall.ps1;fp=sd%2Finstall.ps1;h=ca86b8abc098854db25a22d5841cee4660d556a8;hb=46445e9382905a52e770d44191235be179616049;hp=8d170ca891d31a19164ed21189d60ef92c96ddc5;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/sd/install.ps1 b/sd/install.ps1 index 8d170ca..ca86b8a 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" - + # Settle unpacked archive into place echo "Install Location: $pkg_src_cmd"