Commit 5db56573 by Xavier Antoviaque Committed by David Baumgold

vagrant: Remove rvm Ubuntu package installation (triggers rvm bug)

parent 055ef6e1
......@@ -39,7 +39,7 @@ case `uname -s` in
cat $APT_REPOS_FILE | xargs -n 1 sudo add-apt-repository -y
sudo apt-get -yq update
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install gfortran graphviz \
libgraphviz-dev graphviz-dev libatlas-dev libblas-dev ruby-rvm
libgraphviz-dev graphviz-dev libatlas-dev libblas-dev
# install packages listed in APT_PKGS_FILE
cat $APT_PKGS_FILE | xargs sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment