Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "*************************************************************************************************" &&
  4. echo "* ruby 1.8.7 REE build *" &&
  5. echo "*************************************************************************************************" &&
  6. echo "" &&
  7. source /usr/local/rvm/scripts/rvm &&
  8. rvm use ree@diaspora --create &&
  9. bundle install &&
  10. bundle exec rake cruise
Add Comment
Please, Sign In to add comment