From 599e76109937260ccc6895d1d4a00d4b1deb6c1f Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sun, 17 May 2015 10:21:37 -0400 Subject: [PATCH] Fixed line endings on build.sh --- setup/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/build.sh b/setup/build.sh index e59630c..ae481ee 100644 --- a/setup/build.sh +++ b/setup/build.sh @@ -4,7 +4,7 @@ sudo apt-get install nodejs -y sudo apt-get install curl -y gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \curl -sSL https://get.rvm.io | bash -s stable --rails -echo '[[ -s "/home/vagrant/.rvm/scripts/rvm" ]] && source "/home/vagrant/.rvm/scripts/rvm"' >> /home/vagrant/.bashrc +echo "source $HOME/.rvm/scripts/rvm" >> /home/vagrant/.bashrc sudo apt-get install git-core -y wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh cd /vagrant/setup