Skip to content

Commit

Permalink
Merge branch 'trs/standalone-installers/rosetta-check'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 10, 2023
2 parents 995f192 + 7c88c63 commit 2b53cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/standalone-installer-unix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ target-triple() {

Darwin)
[[ "$machine" == x86_64 || "$machine" == arm64 ]] || die "unsupported architecture: $machine"
[[ "$machine" != arm64 ]] || pgrep -qf /usr/libexec/rosetta/oahd || die "Rosetta 2 not enabled. Please run:"$'\n\n'" softwareupdate --install-rosetta"$'\n\n'"and then retry this installation of Nextstrain CLI."
machine=x86_64
vendor=apple
os=darwin
Expand Down

0 comments on commit 2b53cd4

Please sign in to comment.