diff --git a/bin/install_dev_tools b/bin/install_dev_tools index 6c84f80..b17b655 100755 --- a/bin/install_dev_tools +++ b/bin/install_dev_tools @@ -11,3 +11,7 @@ if [[ "$xcode_response" != "y" ]]; then printf "ERROR: Xcode CLI tools must be installed before proceeding.\n" exit 1 fi + +if [[ -n "$(get_cpu)" ]]; then + softwareupdate --install-rosetta +fi