aarch64 bugfix and minor formatting updates

This commit is contained in:
AJ ONeal
2020-09-22 19:59:43 +00:00
parent 73156662b4
commit afe8aab57a
6 changed files with 12 additions and 18 deletions
-1
View File
@@ -47,7 +47,6 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
echo "Unpacking $pkg_download"
& tar xf "$pkg_download"
# Settle unpacked archive into place
echo "Install Location: $pkg_src_cmd"
New-Item "$pkg_src_bin" -ItemType Directory