Skip to content

Instantly share code, notes, and snippets.

@asugai
Last active August 28, 2018 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save asugai/9d0f337646dd7ca54fcc6f96ab0c7077 to your computer and use it in GitHub Desktop.
Save asugai/9d0f337646dd7ca54fcc6f96ab0c7077 to your computer and use it in GitHub Desktop.
Ora one-liner installer

To install all tools:

bash <(curl -s http://setup.orainteractive.com)

You can also use

bash <(curl -s http://setup.orainteractive.com) [ios|android|web|automation|design|all]

ex. to install only iOS tools

bash <(curl -s http://setup.orainteractive.com) ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment