Skip to content

Commit

Permalink
bash correction
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlafoy committed May 3, 2018
1 parent bc8c54e commit 1876f12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bin/setup-android
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
#!/usr/bin/env bash

set -o

echo "== Installing android"
brew tap caskroom/cask
Expand Down
2 changes: 1 addition & 1 deletion bin/setup-ios
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

xcode-select --install
sudo xcode-select -s /Applications/Xcode.app
2 changes: 1 addition & 1 deletion bin/setup-react-native
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash

brew install node watchman

0 comments on commit 1876f12

Please sign in to comment.