From a7b80c70cf11da184e6cfff60d90e13afeea97f6 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jun 2016 00:19:18 -0700 Subject: [PATCH] Add ocamlbrew installer to ubuntu essentials installer --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index c3da3e1..a5826b2 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -42,6 +42,7 @@ sudo apt-get -qq -y install python-dev sudo apt-get -qq -y install python-pip sudo apt-get -qq -y install python3-dev sudo apt-get -qq -y install python3-pip +curl -kL https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install | bash # Editors echo "Installing editors..."