More portability

This commit is contained in:
Peter Eckersley
2015-10-14 17:46:11 -07:00
parent b85e13de3f
commit 99793c54d6
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e
if ! hash brew 2>/dev/null; then
echo "Homebrew Not Installed\nDownloading..."
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"