Last active
August 29, 2015 14:13
-
-
Save cyberzed/2fd2d116ca2ec3d34cf1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get -y install ruby ruby-dev gem 1.9.3 | |
sudo apt-get -y install ruby-bundler g++ make | |
sudo apt-get -y install nodejs | |
sudo gem install dashing | |
sudo update-alternatives --set ruby /usr/bin/ruby1.9.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment