Skip to content

Commit

Permalink
fix rvm-install syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed May 2, 2011
1 parent 0d4abfb commit 85c47dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac
Expand Up @@ -23,7 +23,7 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
brew install imagemagick

echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer latest
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest
source .bash_profile

echo "Installing Ruby 1.9 and making it the default Ruby ..."
Expand Down
2 changes: 1 addition & 1 deletion ubuntu
Expand Up @@ -23,7 +23,7 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
sudo apt-get install imagemagick --fix-missing -y

echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer latest
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest
source .bash_profile

echo "Installing Ruby 1.9 and making it the default Ruby ..."
Expand Down

0 comments on commit 85c47dd

Please sign in to comment.