Skip to content

Commit

Permalink
Update brew install command
Browse files Browse the repository at this point in the history
  • Loading branch information
milch committed Jul 20, 2020
1 parent 4a2141e commit 3d12f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rb
Expand Up @@ -35,7 +35,7 @@ def files_to_install

def install_brew
puts 'Installing homebrew if it is missing...'
`which brew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
`which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"`
end

def brew_bundle
Expand Down

0 comments on commit 3d12f47

Please sign in to comment.