install: Fix hash variable for Darwin.arm64 (#4769)

When commit 233b61d3d6 (#4224) renamed
@binaryTarball_${system}@ to @tarballHash_${system}@, it updated this
reference for every platform except Darwin.arm64.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2021-05-11 15:43:44 +02:00
committed by GitHub
parent 7ab3bc32b1
commit d169eb2a1b
+1 -1
View File
@@ -51,7 +51,7 @@ case "$(uname -s).$(uname -m)" in
oops "Rosetta 2 is not installed on this ARM64 macOS machine. Run softwareupdate --install-rosetta then restart installation"
fi
hash=@binaryTarball_x86_64-darwin@
hash=@tarballHash_x86_64-darwin@
path=@tarballPath_x86_64-darwin@
# eventually maybe: aarch64-darwin
system=x86_64-darwin