Skip to content

Instantly share code, notes, and snippets.

@yassinagx
Created October 27, 2015 10:00
Show Gist options
  • Save yassinagx/b2218872212453f60d78 to your computer and use it in GitHub Desktop.
Save yassinagx/b2218872212453f60d78 to your computer and use it in GitHub Desktop.
install.sh
#!/bin/sh
apt-get -y install vim
apt-get -y install gedit
apt-get -y install libssl-dev
apt-get -y install ruby2.1
apt-get -y install ruby2.1-dev
apt-get -y install mplayer
apt-get install python-dev python-pip
pip install RPIO
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment