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:
parent
7ab3bc32b1
commit
d169eb2a1b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
oops "Rosetta 2 is not installed on this ARM64 macOS machine. Run softwareupdate --install-rosetta then restart installation"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hash=@binaryTarball_x86_64-darwin@
|
hash=@tarballHash_x86_64-darwin@
|
||||||
path=@tarballPath_x86_64-darwin@
|
path=@tarballPath_x86_64-darwin@
|
||||||
# eventually maybe: aarch64-darwin
|
# eventually maybe: aarch64-darwin
|
||||||
system=x86_64-darwin
|
system=x86_64-darwin
|
||||||
|
|
Loading…
Reference in a new issue