Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Install bison and force link
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Dec 19, 2017
1 parent 57f6fe9 commit 7010ccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toolchains/install_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ CMDS=("ruby" "curl")
check_cmds CMDS[@]

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
exec_cmd "brew install autoconf automake git libtool md5sha1sum n postgresql wget"
exec_cmd "brew install autoconf automake bison git libtool md5sha1sum n postgresql wget"
exec_cmd "brew link bison --force"
exec_cmd "sudo n v6.12.2"

0 comments on commit 7010ccb

Please sign in to comment.