Skip to content

Commit

Permalink
Merge branch 'trs/standalone-installers/macos-11'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Feb 6, 2023
2 parents 8e0a7da + fcbd8c0 commit 421d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/standalone-installer-unix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +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" != arm64 ]] || pgrep -qU _oahd 2>/dev/null || 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 421d024

Please sign in to comment.