If any part of the osx install fails, stop

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 17:34:01 +00:00
parent 6faf25b948
commit afaad1f766
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
brew install python3
which python3
python3 --version