Skip to content

Instantly share code, notes, and snippets.

@masterots
Last active December 24, 2015 12:39
Show Gist options
  • Save masterots/6799539 to your computer and use it in GitHub Desktop.
Save masterots/6799539 to your computer and use it in GitHub Desktop.
twisted-tech setup script
#!/bin/sh
apt-get update
apt-get install curl -y
apt-get install vim -y
su vagrant -c '\curl -L https://get.rvm.io | bash -s stable --ruby=2.0.0'
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment