diff --git a/sites/en/installfest/_install_homebrew.step b/sites/en/installfest/_install_homebrew.step index 094167a18..ad221d6d8 100644 --- a/sites/en/installfest/_install_homebrew.step +++ b/sites/en/installfest/_install_homebrew.step @@ -1,9 +1,9 @@ -console %q{ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"} +console %q{/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"} message "You may have to press 'ENTER' when prompted and type in your password." -important "If that doesn't work, visit and follow the instructions there." +important "If that doesn't work, visit and follow the instructions there." verify do console "brew -v"