TechExhibeo

crowdin-cli ruby

Jan 25th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
  4. wait
  5. \curl -sSL https://get.rvm.io | bash -s stable --ruby
  6. wait
  7. source /usr/local/rvm/scripts/rvm
  8. wait
  9. rvm all do gem install crowdin-cli
  10. wait
  11. crowdin-cli --version
  12. echo "Done"
Add Comment
Please, Sign In to add comment