Skip to content

Commit

Permalink
removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed May 2, 2011
1 parent c551bc9 commit ff3baf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,4 +39,4 @@ What it sets up
* Taps gem (for pushing and pulling SQL databases between environments)
* SQLite and PG gems (for making Ruby talk to SQL databases)

It should take between 20-60 minutes for everything to install.
It should take between 20-60 minutes for everything to install. (depends on your machine)
1 change: 0 additions & 1 deletion mac
Expand Up @@ -28,7 +28,6 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
echo "Installing RVM (Ruby Version Manager) ..."
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile
source ~/.rvm/scripts/rvm
source ~/.bash_profile

echo "Installing Ruby 1.9 and making it the default Ruby ..."
Expand Down
1 change: 0 additions & 1 deletion ubuntu
Expand Up @@ -34,7 +34,6 @@ echo "Installing ImageMagick, good for cropping and re-sizing images ..."
echo "Installing RVM (Ruby Version Manager) ..."
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bash_profile
source ~/.rvm/scripts/rvm
source ~/.bash_profile

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

0 comments on commit ff3baf2

Please sign in to comment.