Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
- wait
- \curl -sSL https://get.rvm.io | bash -s stable --ruby
- wait
- source /usr/local/rvm/scripts/rvm
- wait
- rvm all do gem install crowdin-cli
- wait
- crowdin-cli --version
- echo "Done"
Add Comment
Please, Sign In to add comment